Home
last modified time | relevance | path

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

/external/qemu/
Dcpu-exec.c797 if (is_write && page_unprotect(h2g(address), pc, puc)) { in handle_cpu_signal()
847 if (is_write && page_unprotect(h2g(address), pc, puc)) { in handle_cpu_signal()
885 if (is_write && page_unprotect(h2g(address), pc, puc)) { in handle_cpu_signal()
923 if (is_write && page_unprotect(h2g(address), pc, puc)) { in handle_cpu_signal()
973 if (is_write && page_unprotect(address, pc, puc)) { in handle_cpu_signal()
1012 if (is_write && page_unprotect(h2g(address), pc, puc)) { in handle_cpu_signal()
1062 if (is_write && page_unprotect(h2g(address), pc, puc)) { in handle_cpu_signal()
1112 if (is_write && page_unprotect(h2g(address), pc, puc)) { in handle_cpu_signal()
1157 if (is_write && page_unprotect(h2g(address), pc, puc)) { in handle_cpu_signal()
1201 if (is_write && page_unprotect(h2g(address), pc, puc)) { in handle_cpu_signal()
Dexec-all.h84 int page_unprotect(target_ulong address, unsigned long pc, void *puc);
Dexec.c2233 if (!page_unprotect(addr, 0, NULL)) in page_check_range()
2244 int page_unprotect(target_ulong address, unsigned long pc, void *puc) in page_unprotect() function