Searched refs:page_unprotect (Results 1 – 3 of 3) sorted by relevance
/external/qemu/ |
D | cpu-exec.c | 797 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()
|
D | exec-all.h | 84 int page_unprotect(target_ulong address, unsigned long pc, void *puc);
|
D | exec.c | 2233 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
|