Searched refs:host_last (Results 1 – 2 of 2) sorted by relevance
176 abi_ulong host_start, host_last, last; in target_mprotect() local198 host_last = ROUND_UP(last, host_page_size) - 1; in target_mprotect()203 if (host_last - host_start < host_page_size) { in target_mprotect()209 for (abi_ulong a = last; a < host_last; a += TARGET_PAGE_SIZE) { in target_mprotect()233 if (last < host_last) { in target_mprotect()236 for (abi_ulong a = last; a < host_last; a += TARGET_PAGE_SIZE) { in target_mprotect()241 host_last -= host_page_size; in target_mprotect()242 starts[nranges] = host_last + 1; in target_mprotect()250 if (host_start < host_last) { in target_mprotect()252 lens[nranges] = host_last - host_start + 1; in target_mprotect()
8157 uintptr_t host_last = (uintptr_t)g2h_untagged(guest_end - 1); in open_self_maps_2() local8175 uintptr_t this_hlast = MIN(host_last, n->last); in open_self_maps_2()8180 if (this_hlast == host_last) { in open_self_maps_2()