mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
target-microblaze: lwx/swx: first implementation
Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
committed by
Edgar E. Iglesias
parent
9c92bf7f6c
commit
8cc9b43f7c
@@ -243,6 +243,10 @@ struct CPUMBState {
|
||||
/* Stack protectors. Yes, it's a hw feature. */
|
||||
uint32_t slr, shr;
|
||||
|
||||
/* lwx/swx reserved address */
|
||||
#define RES_ADDR_NONE 0xffffffff /* Use 0xffffffff to indicate no reservation */
|
||||
uint32_t res_addr;
|
||||
|
||||
/* Internal flags. */
|
||||
#define IMM_FLAG 4
|
||||
#define MSR_EE_FLAG (1 << 8)
|
||||
|
||||
Reference in New Issue
Block a user