Home | History | Annotate | Download | only in qemu

Lines Matching refs:host_start

2285     target_ulong host_start, host_end, addr;
2292 host_start = address & qemu_host_page_mask;
2293 page_index = host_start >> TARGET_PAGE_BITS;
2299 host_end = host_start + qemu_host_page_size;
2302 for(addr = host_start;addr < host_end; addr += TARGET_PAGE_SIZE) {
2309 pindex = (address - host_start) >> TARGET_PAGE_BITS;
2311 mprotect((void *)g2h(host_start), qemu_host_page_size,