dolphin/Source/Core/Core/PowerPC
JosJuice 9462e9d890 Core: Update page table mappings incrementally
Removing and readding every page table mapping every time something
changes in the page table is very slow. Instead, let's generate a diff
and ask Memmap to update only the diff.
2026-02-04 21:35:20 +01:00
..
CachedInterpreter Remove unused imports 2026-01-25 16:12:15 +01:00
Interpreter Core: Detect SR updates 2026-02-01 12:39:33 +01:00
Jit64 Core: Postpone page table updates when DR is unset 2026-02-04 21:34:07 +01:00
Jit64Common Remove unused imports 2026-01-25 16:12:15 +01:00
JitArm64 Core: Update page table mappings incrementally 2026-02-04 21:35:20 +01:00
JitArmCommon JitArm64: Restructure the BackPatchInfo flags enum 2021-09-08 21:23:00 +02:00
JitCommon Core: Create fastmem mappings for page address translation 2026-02-04 21:33:56 +01:00
SignatureDB Remove unused imports 2026-01-25 16:12:15 +01:00
BreakPoints.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
BreakPoints.h Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
ConditionRegister.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ConditionRegister.h PowerPC/ConditionRegister: Mark PPCToInternal() as constexpr 2023-06-08 14:33:13 -04:00
CPUCoreBase.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Expression.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
Expression.h PowerPC: Track registers used in memory breakpoint conditions 2025-07-27 08:32:44 +02:00
GDBStub.cpp Core: Detect SR updates 2026-02-01 12:39:33 +01:00
GDBStub.h GDB Stub: do not send a packet when we just connected 2022-01-02 04:35:55 -05:00
Gekko.h Debugger: Ignore bctr when stepping out 2025-11-04 11:41:48 -05:00
JitInterface.cpp Core: Create fastmem mappings for page address translation 2026-02-04 21:33:56 +01:00
JitInterface.h Core: Create fastmem mappings for page address translation 2026-02-04 21:33:56 +01:00
MMU.cpp Core: Update page table mappings incrementally 2026-02-04 21:35:20 +01:00
MMU.h Core: Update page table mappings incrementally 2026-02-04 21:35:20 +01:00
PowerPC.cpp Core: Update page table mappings incrementally 2026-02-04 21:35:20 +01:00
PowerPC.h Core: Update page table mappings incrementally 2026-02-04 21:35:20 +01:00
PPCAnalyst.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
PPCAnalyst.h PPCAnalyst: Remove unused member isBranchTarget 2024-05-24 20:51:39 +02:00
PPCCache.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
PPCCache.h PPCCache: Avoid Global System Accessor 2024-04-08 19:49:57 -07:00
PPCSymbolDB.cpp c++23: Replace Common::Unreachable with std::unreachable 2026-01-17 23:53:21 +01:00
PPCSymbolDB.h PPCSymbolDB: Fix callers not updating 2025-08-09 09:36:17 -07:00
PPCTables.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
PPCTables.h Call JitInterface::UpdateMembase from PowerPC::MSRUpdated 2025-11-02 21:18:07 +01:00