aboutsummaryrefslogtreecommitdiff
path: root/target/microblaze/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/microblaze/cpu.h')
-rw-r--r--target/microblaze/cpu.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/microblaze/cpu.h b/target/microblaze/cpu.h
index ef96f2fe02..b54f99da61 100644
--- a/target/microblaze/cpu.h
+++ b/target/microblaze/cpu.h
@@ -295,6 +295,8 @@ struct CPUMBState {
typedef struct {
char *version;
+ uint64_t addr_mask;
+
uint32_t base_vectors;
uint32_t pvr_user2;
uint32_t pvr_regs[13];
@@ -304,6 +306,9 @@ typedef struct {
uint8_t use_hw_mul;
uint8_t pvr_user1;
uint8_t pvr;
+ uint8_t mmu;
+ uint8_t mmu_tlb_access;
+ uint8_t mmu_zones;
bool stackprot;
bool use_barrel;