Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dmmap.c334 abi_ulong real_last; in mmap_frag() local
350 real_last = real_start + host_page_size - 1; in mmap_frag()
358 for (abi_ulong a = real_last; a > last; a -= TARGET_PAGE_SIZE) { in mmap_frag()
786 abi_ulong last, real_start, real_last; in mmap_h_gt_g() local
827 real_last = ROUND_UP(last, host_page_size) - 1; in mmap_h_gt_g()
850 if (last < real_last) { in mmap_h_gt_g()
851 abi_ulong real_page_start = real_last - host_page_size + 1; in mmap_h_gt_g()
857 real_last = real_page_start - 1; in mmap_h_gt_g()
860 if (real_start > real_last) { in mmap_h_gt_g()
868 host_len = real_last - real_start + 1; in mmap_h_gt_g()
[all …]