mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
CPU specific boot mode (Robert Reif)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3542 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
bc4edd79ee
commit
6d5f237a59
5 changed files with 15 additions and 10 deletions
|
@ -147,7 +147,6 @@
|
|||
/* MMU */
|
||||
#define MMU_E (1<<0)
|
||||
#define MMU_NF (1<<1)
|
||||
#define MMU_BM (1<<14)
|
||||
|
||||
#define PTE_ENTRYTYPE_MASK 3
|
||||
#define PTE_ACCESS_MASK 0x1c
|
||||
|
@ -200,6 +199,7 @@ typedef struct CPUSPARCState {
|
|||
int interrupt_index;
|
||||
int interrupt_request;
|
||||
int halted;
|
||||
uint32_t mmu_bm;
|
||||
/* NOTE: we allow 8 more registers to handle wrapping */
|
||||
target_ulong regbase[NWINDOWS * 16 + 8];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue