Searched refs:mmap_find_vma (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | user-mmap.h | 57 abi_ulong mmap_find_vma(abi_ulong, abi_ulong, abi_ulong);
|
H A D | mmap.c | 434 abi_ulong mmap_find_vma(abi_ulong start, abi_ulong size, abi_ulong align) in mmap_find_vma() function 926 start = mmap_find_vma(real_start, real_len, align); in target_mmap__locked() 1133 mmap_start = mmap_find_vma(0, new_size, TARGET_PAGE_SIZE); in target_mremap() 1368 shmaddr = mmap_find_vma(0, m_len, m_shmlba); in target_shmat()
|
/openbmc/qemu/bsd-user/ |
H A D | mmap.c | 397 abi_ulong mmap_find_vma(abi_ulong start, abi_ulong size) in mmap_find_vma() function 497 start = mmap_find_vma(real_start, host_len); in target_mmap()
|
H A D | bsd-mem.h | 374 mmap_start = mmap_find_vma(0, shm_info.shm_segsz); in do_bsd_shmat()
|
H A D | qemu.h | 245 abi_ulong mmap_find_vma(abi_ulong start, abi_ulong size);
|