summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dynarmic/arm_dynarmic_64.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: instantiate memory separately for each guest processLiam2023-12-231-1/+1
* core: refactor emulated cpu core activationLiam2023-12-041-49/+28
* core: remove remaining uses of dynamic_castLiam2023-07-221-3/+3
* core: decouple ARM interface from DynarmicLiam2023-06-131-11/+7
* kernel: use KTypedAddress for addressesLiam2023-03-221-3/+3
* kernel: unlayer CPU interrupt handlingLiam2022-07-251-3/+3
* core/arm: better support for backtrace generationLiam2022-06-251-1/+1
* core/debugger: memory breakpoint supportLiam2022-06-161-0/+6
* core/debugger: Improved stepping mechanism and misc fixesLiam2022-06-011-4/+5
* core/debugger: Implement new GDB stub debuggerLiam2022-06-011-1/+3
* Remove unused PrepareReschedule functionMerry2022-04-241-1/+0
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core/arm: separate backtrace collectionLiam2022-04-211-0/+8
* dynarmic: Fix race when switching page tablesmerry2022-04-101-1/+5
* arm_dynarmic: Use HaltReason for svc calls and reschedulesmerry2022-04-031-3/+0
* dynarmic: Better interruptsmerry2022-04-031-0/+1
* externals: Update dynarmic.Markus Wick2021-05-291-1/+1
* core/arm_interface: Call SVC after end of dynarmic block.Markus Wick2021-05-271-1/+6
* core/arm: Drop ChangeProcessorID.Markus Wick2021-05-261-1/+0
* service: Resolve cases of member field shadowingLioncash2021-05-041-2/+2
* arm_dynarmic: Always have a 'valid' jit instanceMerryMage2021-03-241-2/+3
* core: arm: Implement InvalidateCacheRange for CPU cache invalidation.bunnei2020-11-291-0/+1
* hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.bunnei2020-11-291-0/+1
* core: Remove usage of unicornLioncash2020-11-041-2/+0
* Revert "core: Fix clang build"bunnei2020-10-211-4/+4
* core: Fix clang buildLioncash2020-10-181-4/+4
* Core/Common: Address Feedback.Fernando Sahmkow2020-06-281-1/+1
* ARM: Update Dynarmic and Setup A32 according to latest interface.Fernando Sahmkow2020-06-271-25/+0
* SingleCore: Use Cycle Timing instead of Host Timing.Fernando Sahmkow2020-06-271-1/+1
* General: Move ARM_Interface into Threads.Fernando Sahmkow2020-06-271-0/+1
* Core: Refactor ARM Interface.Fernando Sahmkow2020-06-271-1/+1
* ARM: Addapt to new Exclusive Monitor Interface.Fernando Sahmkow2020-06-271-5/+5
* ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.Fernando Sahmkow2020-06-271-1/+5
* General: Recover Prometheus project from harddrive failure Fernando Sahmkow2020-06-271-1/+3
* core: memory: Move to Core::Memory namespace.bunnei2020-04-171-2/+2
* core: Implement separate A32/A64 ARM interfaces.bunnei2020-03-031-0/+98