Searched refs:h2g (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() 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 | cpu-all.h | 633 #define h2g(x) ({ \ macro
|
D | exec.c | 321 unsigned long addr = h2g(p); in page_find_alloc()
|