Searched refs:page_unprotect (Results 1 - 3 of 3) sorted by relevance

/vbox/src/recompiler/
H A Dexec-all.h118 int page_unprotect(target_ulong address, uintptr_t pc, void *puc);
H A Dcpu-exec.c961 if (is_write && page_unprotect(h2g(address), pc, puc)) {
H A Dexec.c2751 if (!page_unprotect(addr, 0, NULL))
2762 int page_unprotect(target_ulong address, uintptr_t pc, void *puc) function

Completed in 848 milliseconds