Searched refs:host_start (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/bsd-user/ |
| H A D | mmap.c | 68 abi_ulong end, host_start, host_end, addr; in target_mprotect() local 87 host_start = start & qemu_host_page_mask; in target_mprotect() 89 if (start > host_start) { in target_mprotect() 92 for (addr = host_start; addr < start; addr += TARGET_PAGE_SIZE) { in target_mprotect() 95 if (host_end == host_start + qemu_host_page_size) { in target_mprotect() 101 ret = mprotect(g2h_untagged(host_start), in target_mprotect() 105 host_start += qemu_host_page_size; in target_mprotect() 120 if (host_start < host_end) { in target_mprotect() 121 ret = mprotect(g2h_untagged(host_start), host_end - host_start, pro in target_mprotect() 193 void *host_start; mmap_frag() local 532 unsigned long host_start; target_mmap() local [all...] |
| /openbmc/qemu/linux-user/ |
| H A D | mmap.c | 182 abi_ulong host_start, host_last, last; in target_mprotect() 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_las in target_mprotect() 177 abi_ulong host_start, host_last, last; target_mprotect() local 339 void *host_start; mmap_frag() local 1028 void *host_start; mmap_reserve_or_unmap() local [all...] |
| H A D | syscall.c | 8294 uintptr_t host_start = (uintptr_t)g2h_untagged(guest_start); in open_self_auxv() 8311 interval_tree_iter_first(d->host_maps, host_start, host_start); in is_proc_myself() 8321 host_start = this_hlast + 1; in is_proc_myself() 8322 guest_start = h2g(host_start); in is_proc_myself() 8160 uintptr_t host_start = (uintptr_t)g2h_untagged(guest_start); open_self_maps_2() local
|