]> git.proxmox.com Git - mirror_qemu.git/blobdiff - exec-all.h
linux-user: Fix stale tbs after mmap
[mirror_qemu.git] / exec-all.h
index c1b7e1f263fab8f60e2426df4d88561dc0ccd1a7..9bda7f735451c8d75540dda758940840208fd977 100644 (file)
@@ -96,6 +96,8 @@ void QEMU_NORETURN cpu_loop_exit(CPUArchState *env1);
 int page_unprotect(target_ulong address, uintptr_t pc, void *puc);
 void tb_invalidate_phys_page_range(tb_page_addr_t start, tb_page_addr_t end,
                                    int is_cpu_write_access);
+void tb_invalidate_phys_range(tb_page_addr_t start, tb_page_addr_t end,
+                              int is_cpu_write_access);
 #if !defined(CONFIG_USER_ONLY)
 /* cputlb.c */
 void tlb_flush_page(CPUArchState *env, target_ulong addr);