]> git.proxmox.com Git - qemu.git/blobdiff - exec-all.h
exec: provide tb_invalidate_phys_addr function
[qemu.git] / exec-all.h
index fccce88459c58f50c2263ecfeea7873e92d249f8..6bcc07538f283497000e7ac9e155a0f54e3c41cc 100644 (file)
@@ -102,6 +102,7 @@ void tlb_flush(CPUArchState *env, int flush_global);
 void tlb_set_page(CPUArchState *env, target_ulong vaddr,
                   target_phys_addr_t paddr, int prot,
                   int mmu_idx, target_ulong size);
+void tb_invalidate_phys_addr(target_phys_addr_t addr);
 #endif
 
 #define CODE_GEN_ALIGN           16 /* must be >= of the size of a icache line */