mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
target/ppc: Add PPR32 SPR
PPR32 provides access to the upper half of PPR. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
This commit is contained in:
parent
e89294b27e
commit
1cbcbcb8d6
4 changed files with 39 additions and 0 deletions
|
@ -2120,6 +2120,7 @@ void ppc_compat_add_property(Object *obj, const char *name,
|
|||
#define SPR_POWER_MMCRS (0x37E)
|
||||
#define SPR_WORT (0x37F)
|
||||
#define SPR_PPR (0x380)
|
||||
#define SPR_PPR32 (0x382)
|
||||
#define SPR_750_GQR0 (0x390)
|
||||
#define SPR_440_DNV0 (0x390)
|
||||
#define SPR_750_GQR1 (0x391)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue