Home
last modified time | relevance | path

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

/xnu-11215/osfmk/vm/
H A Dvm_upl.c79 vm_prot_t prot_to_map, in vm_upl_map_range() argument
92 kr = vm_map_enter_upl_range(map, upl, aligned_offset_to_map, size_to_map, prot_to_map, &map_addr); in vm_upl_map_range()
H A Dvm_pageout.c7213 vm_prot_t prot_to_map, argument
7405 prot_to_map, VM_PROT_ALL, VM_INHERIT_DEFAULT);
7416 prot_to_map, VM_PROT_ALL, VM_INHERIT_DEFAULT);
7440 kr = pmap_enter_check(map->pmap, addr, m, prot_to_map, VM_PROT_NONE, 0, TRUE);
/xnu-11215/bsd/kern/
H A Dubc_subr.c2702 vm_prot_t prot_to_map, in ubc_upl_map_range() argument
2705 return vm_upl_map_range(kernel_map, upl, offset_to_map, size_to_map, prot_to_map, dst_addr); in ubc_upl_map_range()