HomeSort by relevance Sort by last modified time
    Searched refs:g2h (Results 1 - 2 of 2) sorted by null

  /external/qemu/
cpu-all.h 638 /* 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)
exec.c     [all...]

Completed in 86 milliseconds