mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
target-sparc: implement UA2005 TSB Pointers
Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com>
This commit is contained in:
parent
96df2bc99f
commit
15f746cedc
2 changed files with 104 additions and 22 deletions
|
@ -417,6 +417,8 @@ typedef union {
|
|||
uint64_t tag_access;
|
||||
uint64_t virtual_watchpoint;
|
||||
uint64_t physical_watchpoint;
|
||||
uint64_t sun4v_ctx_config[2];
|
||||
uint64_t sun4v_tsb_pointers[4];
|
||||
};
|
||||
} SparcV9MMU;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue