Home
last modified time | relevance | path

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

/external/qemu/
Dcpu-exec.c783 if (is_write && page_unprotect(h2g(address), pc, puc)) { in handle_cpu_signal()
833 if (is_write && page_unprotect(h2g(address), pc, puc)) { in handle_cpu_signal()
871 if (is_write && page_unprotect(h2g(address), pc, puc)) { in handle_cpu_signal()
909 if (is_write && page_unprotect(h2g(address), pc, puc)) { in handle_cpu_signal()
998 if (is_write && page_unprotect(h2g(address), pc, puc)) { in handle_cpu_signal()
1048 if (is_write && page_unprotect(h2g(address), pc, puc)) { in handle_cpu_signal()
1098 if (is_write && page_unprotect(h2g(address), pc, puc)) { in handle_cpu_signal()
1143 if (is_write && page_unprotect(h2g(address), pc, puc)) { in handle_cpu_signal()
1187 if (is_write && page_unprotect(h2g(address), pc, puc)) { in handle_cpu_signal()
Dcpu-all.h637 #define h2g(x) ({ \ macro
Dexec.c330 unsigned long addr = h2g(p); in page_find_alloc()