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

/external/qemu/
H A Dcpu-all.h631 /* All direct uses of g2h and h2g need to go away for usermode softmmu. */
632 #define g2h(x) ((void *)((unsigned long)(x) + GUEST_BASE)) macro
644 #define saddr(x) g2h(x)
645 #define laddr(x) g2h(x)

Completed in 13 milliseconds