Home
last modified time | relevance | path

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

/external/qemu/
Dcpu-all.h636 #define g2h(x) ((void *)((unsigned long)(x) + GUEST_BASE)) macro
648 #define saddr(x) g2h(x)
649 #define laddr(x) g2h(x)
Dexec.c1167 mprotect(g2h(page_addr), qemu_host_page_size, in tb_alloc_page()
2299 mprotect((void *)g2h(host_start), qemu_host_page_size, in page_unprotect()