Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dmmap.c602 int host_prot, int flags, int page_flags, in mmap_h_eq_g() argument
612 p = mmap(want_p, len, host_prot, flags, fd, offset); in mmap_h_eq_g()
655 static abi_long mmap_h_lt_g(abi_ulong start, abi_ulong len, int host_prot, in mmap_h_lt_g() argument
693 p = mmap(want_p, len, host_prot, flags | MAP_ANONYMOUS, -1, 0); in mmap_h_lt_g()
695 p = mmap(want_p, len, host_prot, flags, fd, offset); in mmap_h_lt_g()
707 void *t = mmap(p, len - fileend_adj, host_prot, in mmap_h_lt_g()
742 p = mmap(want_p, host_len, host_prot, flags | MAP_ANONYMOUS, -1, 0); in mmap_h_lt_g()
759 void *t = mmap(p, len - fileend_adj, host_prot, in mmap_h_lt_g()
789 int target_prot, int host_prot, in mmap_h_gt_g() argument
808 p = mmap(want_p, host_len, host_prot, flags, fd, host_offset); in mmap_h_gt_g()
[all …]