Lioncash
|
e4c381b885
core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class
|
6 年之前 |
Lioncash
|
b05bfc6036
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
|
6 年之前 |
Lioncash
|
536fc7f0ea
core: Prepare various classes for memory read/write migration
|
6 年之前 |
Lioncash
|
19a0abc19b
arm_unicorn: Resolve sign conversion warnings
|
6 年之前 |
Fernando Sahmkow
|
e0650a2034
Core_Timing: Address Feedback and suppress warnings.
|
6 年之前 |
Fernando Sahmkow
|
555866f8dc
Core Timing: Rework Core Timing to run all cores evenly.
|
6 年之前 |
bunnei
|
dc29919bbe
Revert "arm_dynarmic: Check if jit is nullptr when preparing reschedule"
|
6 年之前 |
bunnei
|
28538bba9c
Merge pull request #2574 from DarkLordZach/dynarmic-jit-nullptr
|
6 年之前 |
Lioncash
|
70624e1c1d
core/arm: Remove obsolete Unicorn memory mapping
|
7 年之前 |
Zach Hilman
|
425cdf946c
arm_dynarmic: Check if jit is nullptr when preparing reschedule
|
7 年之前 |
Lioncash
|
f2331a804a
core/cpu_core_manager: Create threads separately from initialization.
|
7 年之前 |
Lioncash
|
b117ca5fce
kernel/svc: Deglobalize the supervisor call handlers
|
7 年之前 |
Lioncash
|
a6a82bb004
arm/arm_dynarmic: Remove unnecessary current_page_table member
|
7 年之前 |
Lioncash
|
5b0a9f8ba8
core: Add missing override specifiers where applicable
|
7 年之前 |
Fernando Sahmkow
|
a8d4927e29
Corrections, documenting and fixes.
|
7 年之前 |
Fernando Sahmkow
|
ecccfe0337
Use u128 on Clock Cycles calculation.
|
7 年之前 |
Fernando Sahmkow
|
5b7ec71fb7
Correct CNTPCT to use Clock Cycles instead of Cpu Cycles.
|
7 年之前 |
Lioncash
|
bd983414f6
core_timing: Convert core timing into a class
|
7 年之前 |
Lioncash
|
48d9d66dc5
core_timing: Rename CoreTiming namespace to Core::Timing
|
7 年之前 |
MerryMage
|
fd2c42bfcd
arm_dynarmic: Set CNTFRQ value
|
7 年之前 |
Lioncash
|
aeadbfa790
core: Make the exclusive monitor a unique_ptr instead of a shared_ptr
|
7 年之前 |
Lioncash
|
5c0408596f
kernel/thread: Use a regular pointer for the owner/current process
|
7 年之前 |
Lioncash
|
baed7e1fba
kernel/thread: Make all instance variables private
|
7 年之前 |
Lioncash
|
cf9d6c6f52
kernel/process: Make data member variables private
|
7 年之前 |
Lioncash
|
16145e2f21
arm_interface: Add missing fpsr/tpidr members to the ThreadContext struct
|
7 年之前 |
bunnei
|
f7b69d61f2
Merge pull request #1395 from lioncash/vm
|
7 年之前 |
Lioncash
|
7fd598636e
memory: Dehardcode the use of a 36-bit address space
|
7 年之前 |
Philippe Babin
|
fb6bc2c495
FPCR register was uninitialized at start up
|
7 年之前 |
Lioncash
|
9b8fc2b689
arm_interface: Replace kernel vm_manager include with a forward declaration
|
7 年之前 |
MerryMage
|
ef31487624
arm_dynarmic: Halt when BRK encountered
|
7 年之前 |