OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g2h
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
cpu-all.h
635
/* All direct uses of
g2h
and h2g need to go away for usermode softmmu. */
636
#define
g2h
(x) ((void *)((unsigned long)(x) + GUEST_BASE))
macro
648
#define saddr(x)
g2h
(x)
649
#define laddr(x)
g2h
(x)
exec.c
[
all
...]
Completed in 17 milliseconds