Home
last modified time | relevance | path

Searched refs:vm_sanitize_prot (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.1.10/tools/cocci/ !
H A Dvm-param-swap.cocci38 - 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.1.10/osfmk/vm/ !
H A Dvm_sanitize_internal.h812 kern_return_t vm_sanitize_prot(
821 vm_sanitize_prot( in vm_sanitize_prot() function
827 return vm_sanitize_prot(prot_u, vm_sanitize_caller, map, VM_PROT_NONE, prot); in vm_sanitize_prot()
H A Dvm_sanitize.c517 vm_sanitize_prot( in vm_sanitize_prot() function
616 kr = vm_sanitize_prot(cur_prot_u, vm_sanitize_caller, map, extra_mask, cur_prot); in vm_sanitize_cur_and_max_prots()
623 kr = vm_sanitize_prot(max_prot_u, vm_sanitize_caller, map, extra_mask, max_prot); in vm_sanitize_cur_and_max_prots()
1059 kr = vm_sanitize_prot(prot_u, VM_SANITIZE_CALLER_TEST, current_map(), in vm_sanitize_prot_test()
H A Dvm_map.c6959 kr = vm_sanitize_prot(prot_u, vm_sanitize_caller, map, prot); in vm_map_wire_sanitize()