diff options
author | Artyom Tarasenko <atar4qemu@gmail.com> | 2016-02-09 10:58:49 +0100 |
---|---|---|
committer | Artyom Tarasenko <atar4qemu@gmail.com> | 2017-01-18 22:03:44 +0100 |
commit | 15f746cedc6db2cc8fc7bcfe7692e02263caeeca (patch) | |
tree | 5ca819dd641261a111c78131dc465d810139155d /target/sparc/cpu.h | |
parent | 96df2bc99f9bdaf7a2f13550111f219b72b73708 (diff) |
target-sparc: implement UA2005 TSB Pointers
Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com>
Diffstat (limited to 'target/sparc/cpu.h')
-rw-r--r-- | target/sparc/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/sparc/cpu.h b/target/sparc/cpu.h index c92bd2527d..9e9b22a054 100644 --- a/target/sparc/cpu.h +++ b/target/sparc/cpu.h @@ -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 |