Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dmmap.c173 abi_ulong host_start, host_last, last; in target_mprotect() local
195 host_last = ROUND_UP(last, host_page_size) - 1; in target_mprotect()
200 if (host_last - host_start < host_page_size) { in target_mprotect()
206 for (abi_ulong a = last; a < host_last; a += TARGET_PAGE_SIZE) { in target_mprotect()
230 if (last < host_last) { in target_mprotect()
233 for (abi_ulong a = last; a < host_last; a += TARGET_PAGE_SIZE) { in target_mprotect()
238 host_last -= host_page_size; in target_mprotect()
239 starts[nranges] = host_last + 1; in target_mprotect()
247 if (host_start < host_last) { in target_mprotect()
249 lens[nranges] = host_last - host_start + 1; in target_mprotect()
H A Dsyscall.c8088 uintptr_t host_last = (uintptr_t)g2h_untagged(guest_end - 1); in open_self_maps_2() local
8106 uintptr_t this_hlast = MIN(host_last, n->last); in open_self_maps_2()
8111 if (this_hlast == host_last) { in open_self_maps_2()