Home
last modified time | relevance | path

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

/xnu-11215.1.10/tools/cocci/
H A Dvm-param-swap.cocci59 expression perm, vms_caller, perm_u, flags, extra_mask;
62 - kr = vm_sanitize_memory_entry_perm(&perm, vms_caller, perm_u, flags, extra_mask);
63 + kr = vm_sanitize_memory_entry_perm(perm_u, vms_caller, flags, extra_mask, &perm);
/xnu-11215.1.10/osfmk/vm/
H A Dvm_sanitize.c672 vm_prot_ut perm_u, in vm_sanitize_memory_entry_perm() argument
682 *perm = VM_SANITIZE_UNSAFE_UNWRAP(perm_u); in vm_sanitize_memory_entry_perm()
1128 vm_prot_ut perm_u; in vm_sanitize_memory_entry_perm_test() local
1134 perm_u = vm_sanitize_wrap_prot(0x001000); in vm_sanitize_memory_entry_perm_test()
1135 kr = vm_sanitize_memory_entry_perm(perm_u, VM_SANITIZE_CALLER_TEST, in vm_sanitize_memory_entry_perm_test()
1148 perm_u = vm_sanitize_wrap_prot(VM_PROT_NO_CHANGE_LEGACY | in vm_sanitize_memory_entry_perm_test()
1155 kr = vm_sanitize_memory_entry_perm(perm_u, VM_SANITIZE_CALLER_TEST, in vm_sanitize_memory_entry_perm_test()
H A Dvm_sanitize_internal.h886 vm_prot_ut perm_u,