]> Git Repo - qemu.git/blobdiff - target-mips/mips-defs.h
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-02-09' into staging
[qemu.git] / target-mips / mips-defs.h
index 6cb62b2df0cc7bd74262a3ee5dda2f316fdd668a..53b185ebd3851e995aeea0229934d9985ee170dd 100644 (file)
 
 #if defined(TARGET_MIPS64)
 #define TARGET_LONG_BITS 64
-#define TARGET_PHYS_ADDR_SPACE_BITS 36
-#define TARGET_VIRT_ADDR_SPACE_BITS 42
+#define TARGET_PHYS_ADDR_SPACE_BITS 48
+#define TARGET_VIRT_ADDR_SPACE_BITS 48
 #else
 #define TARGET_LONG_BITS 32
-#define TARGET_PHYS_ADDR_SPACE_BITS 36
+#define TARGET_PHYS_ADDR_SPACE_BITS 40
 #define TARGET_VIRT_ADDR_SPACE_BITS 32
 #endif
 
@@ -45,6 +45,7 @@
 #define   ASE_MT        0x00200000
 #define   ASE_SMARTMIPS 0x00400000
 #define   ASE_MICROMIPS 0x00800000
+#define   ASE_MSA       0x01000000
 
 /* Chip specific instructions. */
 #define                INSN_LOONGSON2E  0x20000000
This page took 0.02413 seconds and 4 git commands to generate.