Searched refs:new_protection (Results 1 – 8 of 8) sorted by relevance
| /xnu-8019.80.24/libsyscall/mach/ |
| H A D | mach_vm.c | 96 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 D | vm32_user.c | 155 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 D | vm_user.c | 462 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 D | mach_traps.h | 175 vm_prot_t new_protection 683 PAD_ARG_(vm_prot_t, new_protection); /* 1 word */
|
| H A D | vm32_map.defs | 106 new_protection : vm_prot_t);
|
| H A D | mach_vm.defs | 168 new_protection : vm_prot_t); 182 new_protection : vm_prot_t);
|
| H A D | vm_map.defs | 168 new_protection : vm_prot_t);
|
| /xnu-8019.80.24/osfmk/ipc/ |
| H A D | mach_kernelrpc.c | 102 args->set_maximum, args->new_protection); in _kernelrpc_mach_vm_protect_trap()
|