Home
last modified time | relevance | path

Searched refs:h2g (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()
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()
Dcpu-all.h633 #define h2g(x) ({ \ macro
Dexec.c321 unsigned long addr = h2g(p); in page_find_alloc()