Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dmmap.c164 static int target_to_host_prot(int prot) in target_to_host_prot() function
261 target_to_host_prot(prots[i])); in target_mprotect()
373 target_to_host_prot(prot), in mmap_frag()
386 host_prot_old = target_to_host_prot(prot_old); in mmap_frag()
387 host_prot_new = target_to_host_prot(prot_new); in mmap_frag()
940 host_prot = target_to_host_prot(target_prot); in target_mmap__locked()