Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_upl.c84 vm_prot_t prot_to_map, in vm_upl_map_range() argument
97 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.c7595 vm_prot_t prot_to_map, argument
7791 prot_to_map, VM_PROT_ALL, VM_INHERIT_DEFAULT);
7804 prot_to_map, VM_PROT_ALL, VM_INHERIT_DEFAULT);
7828 kr = pmap_enter_check(map->pmap, addr, m, prot_to_map, VM_PROT_NONE, TRUE);
/xnu-12377.81.4/bsd/kern/
H A Dubc_subr.c2708 vm_prot_t prot_to_map, in ubc_upl_map_range() argument
2711 return vm_upl_map_range(kernel_map, upl, offset_to_map, size_to_map, prot_to_map, dst_addr); in ubc_upl_map_range()