mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-02 04:34:43 +01:00
A64: Implement system register TPIDR_EL0
This commit is contained in:
parent
e3da92024e
commit
e4697b1676
6 changed files with 43 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue