|
@@ -325,10 +325,10 @@ CPUArchState *cpu_copy(CPUArchState *env);
|
|
#define TLB_NOTDIRTY (1 << (TARGET_PAGE_BITS_MIN - 2))
|
|
#define TLB_NOTDIRTY (1 << (TARGET_PAGE_BITS_MIN - 2))
|
|
/* Set if TLB entry is an IO callback. */
|
|
/* Set if TLB entry is an IO callback. */
|
|
#define TLB_MMIO (1 << (TARGET_PAGE_BITS_MIN - 3))
|
|
#define TLB_MMIO (1 << (TARGET_PAGE_BITS_MIN - 3))
|
|
|
|
+/* Set if TLB entry writes ignored. */
|
|
|
|
+#define TLB_DISCARD_WRITE (1 << (TARGET_PAGE_BITS_MIN - 4))
|
|
/* Set if the slow path must be used; more flags in CPUTLBEntryFull. */
|
|
/* Set if the slow path must be used; more flags in CPUTLBEntryFull. */
|
|
#define TLB_FORCE_SLOW (1 << (TARGET_PAGE_BITS_MIN - 5))
|
|
#define TLB_FORCE_SLOW (1 << (TARGET_PAGE_BITS_MIN - 5))
|
|
-/* Set if TLB entry writes ignored. */
|
|
|
|
-#define TLB_DISCARD_WRITE (1 << (TARGET_PAGE_BITS_MIN - 6))
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
* Use this mask to check interception with an alignment mask
|
|
* Use this mask to check interception with an alignment mask
|