Home
last modified time | relevance | path

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

/xnu-11215.61.5/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.61.5/osfmk/vm/
H A Dvm_sanitize.c743 vm_prot_ut perm_u, in vm_sanitize_memory_entry_perm() argument
753 *perm = VM_SANITIZE_UNSAFE_UNWRAP(perm_u); in vm_sanitize_memory_entry_perm()
1215 vm_prot_ut perm_u; in vm_sanitize_memory_entry_perm_test() local
1221 perm_u = vm_sanitize_wrap_prot(0x001000); in vm_sanitize_memory_entry_perm_test()
1222 kr = vm_sanitize_memory_entry_perm(perm_u, VM_SANITIZE_CALLER_TEST, in vm_sanitize_memory_entry_perm_test()
1235 perm_u = vm_sanitize_wrap_prot(VM_PROT_NO_CHANGE_LEGACY | in vm_sanitize_memory_entry_perm_test()
1242 kr = vm_sanitize_memory_entry_perm(perm_u, VM_SANITIZE_CALLER_TEST, in vm_sanitize_memory_entry_perm_test()
H A Dvm_sanitize_internal.h1062 vm_prot_ut perm_u,