Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dmmap.c182 abi_ulong host_start, host_last, last; in target_mprotect() local
203 host_start = start & -host_page_size; in target_mprotect()
209 if (host_last - host_start < host_page_size) { in target_mprotect()
212 for (abi_ulong a = host_start; a < start; a += TARGET_PAGE_SIZE) { in target_mprotect()
218 starts[nranges] = host_start; in target_mprotect()
223 if (host_start < start) { in target_mprotect()
226 for (abi_ulong a = host_start; a < start; a += TARGET_PAGE_SIZE) { in target_mprotect()
231 starts[nranges] = host_start; in target_mprotect()
235 host_start += host_page_size; in target_mprotect()
256 if (host_start < host_last) { in target_mprotect()
[all …]
H A Dsyscall.c8450 uintptr_t host_start = (uintptr_t)g2h_untagged(guest_start); in open_self_maps_2() local
8467 interval_tree_iter_first(d->host_maps, host_start, host_start); in open_self_maps_2()
8477 host_start = this_hlast + 1; in open_self_maps_2()
8478 guest_start = h2g(host_start); in open_self_maps_2()