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

/vbox/src/recompiler/
H A Dcpu-all.h885 #define HOST_PAGE_ALIGN(addr) (((addr) + qemu_host_page_size - 1) & qemu_host_page_mask) macro

Completed in 305 milliseconds