]> git.proxmox.com Git - mirror_qemu.git/blobdiff - translate-all.h
spapr_pci: Switch to vfio_eeh_as_op() interface
[mirror_qemu.git] / translate-all.h
index b6a07bd5d33340104b529047d7d627c72e6814f2..038464005fbc12bb4702828360232dc653c1dae1 100644 (file)
 
 /* translate-all.c */
 void tb_invalidate_phys_page_fast(tb_page_addr_t start, int len);
+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);
 void tb_check_watchpoint(CPUState *cpu);
 
+#ifdef CONFIG_USER_ONLY
+int page_unprotect(target_ulong address, uintptr_t pc, void *puc);
+#endif
+
 #endif /* TRANSLATE_ALL_H */