Searched refs:vm_sanitize_prot (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.121.6/tools/cocci/ |
| H A D | vm-param-swap.cocci | 38 - kr = vm_sanitize_prot(&prot, vms_caller, map, prot_u, extra_mask); 39 + kr = vm_sanitize_prot(prot_u, vms_caller, map, extra_mask, &prot); 46 - kr = vm_sanitize_prot(&prot, vms_caller, map, prot_u); 47 + kr = vm_sanitize_prot(prot_u, vms_caller, map, &prot);
|
| /xnu-11417.121.6/osfmk/vm/ |
| H A D | vm_sanitize_internal.h | 990 kern_return_t vm_sanitize_prot( 999 vm_sanitize_prot( in vm_sanitize_prot() function 1005 return vm_sanitize_prot(prot_u, vm_sanitize_caller, map, VM_PROT_NONE, prot); in vm_sanitize_prot()
|
| H A D | vm_sanitize.c | 627 vm_sanitize_prot( in vm_sanitize_prot() function 726 kr = vm_sanitize_prot(cur_prot_u, vm_sanitize_caller, map, extra_mask, cur_prot); in vm_sanitize_cur_and_max_prots() 733 kr = vm_sanitize_prot(max_prot_u, vm_sanitize_caller, map, extra_mask, max_prot); in vm_sanitize_cur_and_max_prots()
|
| H A D | vm_map.c | 5656 kr = vm_sanitize_prot(new_prot_u, VM_SANITIZE_CALLER_VM_MAP_PROTECT, in vm_map_protect_sanitize() 7193 kr = vm_sanitize_prot(prot_u, vm_sanitize_caller, map, prot); in vm_map_wire_sanitize()
|