Home
last modified time | relevance | path

Searched refs:new_protection (Results 1 – 8 of 8) sorted by relevance

/xnu-8019.80.24/libsyscall/mach/
H A Dmach_vm.c96 vm_prot_t new_protection) in mach_vm_protect() argument
101 new_protection); in mach_vm_protect()
105 set_maximum, new_protection); in mach_vm_protect()
151 vm_prot_t new_protection) in vm_protect() argument
155 rv = mach_vm_protect(task, address, size, set_maximum, new_protection); in vm_protect()
/xnu-8019.80.24/osfmk/vm/
H A Dvm32_user.c155 vm_prot_t new_protection) in vm32_protect() argument
161 return mach_vm_protect(map, start, size, set_maximum, new_protection); in vm32_protect()
H A Dvm_user.c462 vm_prot_t new_protection) in mach_vm_protect() argument
465 (new_protection & ~(VM_PROT_ALL | VM_PROT_COPY))) { in mach_vm_protect()
478 new_protection, in mach_vm_protect()
495 vm_prot_t new_protection) in vm_protect() argument
498 (new_protection & ~VM_VALID_VMPROTECT_FLAGS) in vm_protect()
500 || ((new_protection & VM_PROT_UEXEC) && !pmap_supported_feature(map->pmap, PMAP_FEAT_UEXEC)) in vm_protect()
515 new_protection, in vm_protect()
/xnu-8019.80.24/osfmk/mach/
H A Dmach_traps.h175 vm_prot_t new_protection
683 PAD_ARG_(vm_prot_t, new_protection); /* 1 word */
H A Dvm32_map.defs106 new_protection : vm_prot_t);
H A Dmach_vm.defs168 new_protection : vm_prot_t);
182 new_protection : vm_prot_t);
H A Dvm_map.defs168 new_protection : vm_prot_t);
/xnu-8019.80.24/osfmk/ipc/
H A Dmach_kernelrpc.c102 args->set_maximum, args->new_protection); in _kernelrpc_mach_vm_protect_trap()