Searched refs:g2h (Results 1 - 2 of 2) sorted by relevance

/external/qemu/
H A Dcpu-all.h638 /* All direct uses of g2h and h2g need to go away for usermode softmmu. */
639 #define g2h(x) ((void *)((unsigned long)(x) + GUEST_BASE)) macro
657 #define saddr(x) g2h(x)
658 #define laddr(x) g2h(x)
H A Dexec.c1176 mprotect(g2h(page_addr), qemu_host_page_size,
2312 mprotect((void *)g2h(host_start), qemu_host_page_size,

Completed in 46 milliseconds