]> git.proxmox.com Git - qemu.git/blobdiff - cpu-defs.h
Large page TLB flush
[qemu.git] / cpu-defs.h
index 47c1d8596863f5a501e2d54bc99a26b6584dfebe..2e94585ae1cc2006640f42ed06570a624f42185f 100644 (file)
@@ -111,6 +111,8 @@ typedef struct CPUTLBEntry {
     /* The meaning of the MMU modes is defined in the target code. */   \
     CPUTLBEntry tlb_table[NB_MMU_MODES][CPU_TLB_SIZE];                  \
     target_phys_addr_t iotlb[NB_MMU_MODES][CPU_TLB_SIZE];               \
+    target_ulong tlb_flush_addr;                                        \
+    target_ulong tlb_flush_mask;
 
 #else