mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
target/mips: Update ITU to utilize SAARI and SAAR CP0 registers
Update ITU to utilize 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
e5345d9675
commit
043715d1e0
5 changed files with 54 additions and 6 deletions
|
@ -70,6 +70,10 @@ typedef struct MIPSITUState {
|
|||
/* ITU Control Register */
|
||||
uint64_t icr0;
|
||||
|
||||
/* SAAR */
|
||||
bool saar_present;
|
||||
void *saar;
|
||||
|
||||
} MIPSITUState;
|
||||
|
||||
/* Get ITC Configuration Tag memory region. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue