mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
target/mips: Provide R/W access to SAARI and SAAR CP0 registers
Provide R/W access to SAARI and SAAR CP0 registers. Reviewed-by: Stefan Markovic <smarkovic@wavecomp.com> Signed-off-by: Yongbok Kim <yongbok.kim@mips.com> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
This commit is contained in:
parent
167db30e98
commit
5fb2dcd179
5 changed files with 120 additions and 4 deletions
|
@ -61,6 +61,7 @@ struct mips_def_t {
|
|||
target_ulong CP0_EBaseWG_rw_bitmask;
|
||||
uint64_t insn_flags;
|
||||
enum mips_mmu_types mmu_type;
|
||||
int32_t SAARP;
|
||||
};
|
||||
|
||||
extern const struct mips_def_t mips_defs[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue