summaryrefslogtreecommitdiffstats
path: root/src/core/arm/arm_interface.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-27core/arm_interface: Call SVC after end of dynarmic block.Markus Wick1-3/+0
2021-05-26core/arm: Drop ChangeProcessorID.Markus Wick1-2/+0
2021-01-11core: arm: arm_interface: Fix shadowing errors.bunnei1-3/+4
2020-11-29core: arm: Implement InvalidateCacheRange for CPU cache invalidation.bunnei1-6/+13
2020-11-29hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.bunnei1-0/+3
2020-10-21Revert "core: Fix clang build"bunnei1-4/+4
2020-10-18core: Fix clang buildLioncash1-4/+4
2020-06-28Core/Common: Address Feedback.Fernando Sahmkow1-1/+1
2020-06-27SVC: Implement 32-bits wrappers and update Dynarmic.Fernando Sahmkow1-3/+2
2020-06-27SingleCore: Use Cycle Timing instead of Host Timing.Fernando Sahmkow1-2/+4
2020-06-27General: Move ARM_Interface into Threads.Fernando Sahmkow1-0/+2
2020-06-27Core: Refactor ARM Interface.Fernando Sahmkow1-3/+6
2020-06-27ARM/WaitTree: Better track the CallStack for each thread.Fernando Sahmkow1-0/+3
2020-06-27Scheduler: Remove arm_interface lock and a few corrections.Fernando Sahmkow1-10/+0
2020-06-27General: Add better safety for JIT use.Fernando Sahmkow1-0/+10
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow1-1/+4
2020-04-17arm_interface: Ensure ThreadContext is zero'd out.bunnei1-16/+16
2020-03-03core: Implement separate A32/A64 ARM interfaces.bunnei1-13/+19
2019-11-27core: Prepare various classes for memory read/write migrationLioncash1-1/+7
2019-07-11core/arm: Remove obsolete Unicorn memory mappingLioncash1-7/+0
2019-05-25arm_interface: Expand backtrace generationZach Hilman1-0/+11
2019-04-12core/cpu_core_manager: Create threads separately from initialization.Lioncash1-2/+12
2018-12-31arm_interface: Make LogBacktrace() a const member functionLioncash1-1/+1
2018-12-29Moved log backtrace to arm_interface.cpp. Added printing of error code to fatalDavid Marcec1-17/+7
2018-12-19Moved backtrace to ArmInterfaceDavid Marcec1-1/+17
2018-12-03Moved backtrace to ArmInterfaceDavid Marcec1-0/+2
2018-09-30arm_interface: Add missing fpsr/tpidr members to the ThreadContext structLioncash1-2/+8
2018-09-21arm_interface: Replace kernel vm_manager include with a forward declarationLioncash1-1/+4
2018-09-18arm_interface: Remove ARM11-isms from the CPU interfaceLioncash1-22/+31
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-2/+2
2018-08-25core: Namespace all code in the arm subdirectory under the Core namespaceLioncash1-0/+4
2018-07-21CPU: Save and restore the TPIDR_EL0 system register on every context switch.Subv1-0/+4
2018-07-21arm_interface: Remove unused tls_address member of ThreadContextLioncash1-3/+0
2018-07-16scheduler: Clear exclusive state when switching contextsMerryMage1-0/+2
2018-03-16arm_interface: Support unmapping previously mapped memory.bunnei1-1/+5
2018-02-25Implements citra-emu/citra#3184N00byKing1-26/+3
2018-01-16clang-formatMerryMage1-1/+2
2018-01-12arm_dynarmic: Implement coreMerryMage1-7/+5
2018-01-03arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei1-30/+0
2017-09-30arm_interface: Set TLS address for dynarmic core.bunnei1-0/+7
2017-09-30arm: Use 64-bit addressing in a bunch of places.bunnei1-14/+14
2017-09-30Moved down_count to CoreTimingHuw Pascoe1-9/+0
2017-09-25ARM_Interface: Implement PageTableChangedMerryMage1-0/+3
2016-12-22ThreadContext: Move from "core" to "arm_interface".bunnei1-6/+13
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-2/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-4/+3
2016-09-15arm: ResetContext shouldn't be part of ARM_Interface.bunnei1-9/+0
2016-08-27ARM: add ClearInstructionCache functionwwylele1-0/+3
2016-05-17Set fpscr for new threadsJannik Vogel1-0/+1
2015-12-06arm_interface: Make GetNumInstructions constLioncash1-1/+1
2015-12-06arm_interface: directly initialize class membersLioncash1-7/+2
2015-08-07arm_interface: Implement interface for retrieving VFP registersLioncash1-0/+28
2015-05-11fixup! Set the TLS address in the schedulerSubv1-2/+1
2015-05-11Core/Memory: Give every emulated thread it's own TLS area.Subv1-1/+2
2015-05-07Common: Remove common.hYuri Kunde Schlesner1-1/+0
2015-04-06arm_interface: Support retrieval/storage to CP15 registersLioncash1-0/+15
2015-03-16arm_interface: Get rid of GetTicks.Lioncash1-6/+0
2015-02-10Scheduler refactor Pt. 1Kevin Hartman1-0/+9
2015-01-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner1-3/+5
2015-01-07CoreTiming: Ported the CoreTiming namespace from PPSSPPSubv1-0/+2
2014-12-26ARM: Add a mechanism for faking CPU time elapsed during HLE.bunnei1-0/+6
2014-12-21License changepurpasmart961-1/+1
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-3/+3
2014-11-14ARM_Interface: Make destructor virtualLioncash1-1/+1
2014-06-02arm: added option to prepare CPU core (while mid-instruction) for thread reschedulebunnei1-0/+3
2014-06-01Added 'this' reference to num_instructions field so it's properly updated,as before the method was affecting the local method parameter rather than the class fieldDisruption1-1/+1
2014-05-21ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent with style guidebunnei1-5/+5
2014-05-21ARM_Interface: added SaveContext and LoadContext functions for HLE thread switchingbunnei1-1/+15
2014-05-17updated how we call ARM core to make things much fasterbunnei1-5/+16
2014-05-12added option to set CPSR register to arm_interfacebunnei1-0/+6
2014-04-28removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei1-2/+1
2014-04-11missed this file with commit 95e5436fbunnei1-1/+10
2014-04-09fixed licensing and updated code style naming for arm_interface/arm_interpreter frontend modulebunnei1-9/+11
2014-04-09fixed project includes to use new directory structurebunnei1-2/+2
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-09fixed some license headers that I missedbunnei1-23/+3
2014-04-05changed hw_lcd to use ARM core correct tick counter instead of [what was actually] just an instruction count. this seems to fix timing issues with the 3DS_Homebrew_Pong3Dv2 demo.bunnei1-5/+38
2014-04-05added a tick counterbunnei1-4/+12
2014-04-05- added an interface layer for ARM coresbunnei1-13/+25
2013-09-26renamed from citrus to citraShizZy1-7/+7
2013-09-14renamed project to 'citrus'ShizZy1-8/+8
2013-09-06added core and mem_map files to the projectShizZy1-12/+12
2013-08-30adding initial project layoutShizZy1-0/+35