mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-05-12 23:04:33 +02:00
A64: Implement system register TPIDR_EL0
This commit is contained in:
@@ -120,6 +120,10 @@ struct UserConfig {
|
||||
/// emitted code.
|
||||
const std::uint64_t* tpidrro_el0 = nullptr;
|
||||
|
||||
/// Pointer to where TPIDR_EL0 is stored. This pointer will be inserted into
|
||||
/// emitted code.
|
||||
const std::uint64_t* tpidr_el0 = nullptr;
|
||||
|
||||
/// Pointer to the page table which we can use for direct page table access.
|
||||
/// If an entry in page_table is null, the relevant memory callback will be called.
|
||||
/// If page_table is nullptr, all memory accesses hit the memory callbacks.
|
||||
|
||||
Reference in New Issue
Block a user