Home
last modified time | relevance | path

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

/external/qemu/
Dexec-all.h87 int page_unprotect(target_ulong address, unsigned long pc, void *puc);
Dcpu-exec.c823 if (is_write && page_unprotect(h2g(address), pc, puc)) { in handle_cpu_signal()
Dexec.c2271 if (!page_unprotect(addr, 0, NULL)) in page_check_range()
2282 int page_unprotect(target_ulong address, unsigned long pc, void *puc) in page_unprotect() function