Home
last modified time | relevance | path

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

/openbmc/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.c8090 uintptr_t host_last = (uintptr_t)g2h_untagged(guest_end - 1); in open_self_maps_2() local
8108 uintptr_t this_hlast = MIN(host_last, n->last); in open_self_maps_2()
8113 if (this_hlast == host_last) { in open_self_maps_2()
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0001-linux-user-x86_64-Handle-the-vsyscall-page-in-open_s.patch37 uintptr_t host_last = (uintptr_t)g2h_untagged(guest_end - 1);