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

/vbox/src/recompiler/
H A Dexec.c2766 target_ulong host_start, host_end, addr; local
2782 host_start = address & qemu_host_page_mask;
2783 host_end = host_start + qemu_host_page_size;
2786 for (addr = host_start ; addr < host_end ; addr += TARGET_PAGE_SIZE) {
2798 mprotect((void *)g2h(host_start), qemu_host_page_size,

Completed in 61 milliseconds