Searched refs:prot_to_map (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/osfmk/vm/ |
| H A D | vm_upl.c | 84 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 D | vm_pageout.c | 7595 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 D | ubc_subr.c | 2708 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()
|