Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/
H A Dmmap.c137 static bool mmap_pread(int fd, void *p, size_t len, off_t offset, bool zero) in mmap_pread() function
227 if (!mmap_pread(fd, g2h_untagged(start), end - start, offset, true)) { in mmap_frag()
602 if (!mmap_pread(fd, g2h_untagged(start), len, offset, false)) { in target_mmap()
/openbmc/qemu/linux-user/
H A Dmmap.c292 static bool mmap_pread(int fd, void *p, size_t len, off_t offset, bool zero) in mmap_pread() function
394 } else if (!mmap_pread(fd, g2h_untagged(start), last - start + 1, in mmap_frag()
889 if (!mmap_pread(fd, p, host_len, offset + real_start - start, false)) { in mmap_h_gt_g()