Searched refs:vm_sanitize_prot (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.81.4/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-11215.81.4/osfmk/vm/ |
| H A D | vm_sanitize_internal.h | 988 kern_return_t vm_sanitize_prot( 997 vm_sanitize_prot( in vm_sanitize_prot() function 1003 return vm_sanitize_prot(prot_u, vm_sanitize_caller, map, VM_PROT_NONE, prot); in vm_sanitize_prot()
|
| H A D | vm_sanitize.c | 589 vm_sanitize_prot( in vm_sanitize_prot() function 688 kr = vm_sanitize_prot(cur_prot_u, vm_sanitize_caller, map, extra_mask, cur_prot); in vm_sanitize_cur_and_max_prots() 695 kr = vm_sanitize_prot(max_prot_u, vm_sanitize_caller, map, extra_mask, max_prot); in vm_sanitize_cur_and_max_prots() 1147 kr = vm_sanitize_prot(prot_u, VM_SANITIZE_CALLER_TEST, current_map(), in vm_sanitize_prot_test()
|
| H A D | vm_map.c | 5578 kr = vm_sanitize_prot(new_prot_u, VM_SANITIZE_CALLER_VM_MAP_PROTECT, in vm_map_protect_sanitize() 7111 kr = vm_sanitize_prot(prot_u, vm_sanitize_caller, map, prot); in vm_map_wire_sanitize()
|