Searched refs:VM_PROT_COPY (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/osfmk/mach/
H A Dvm_prot.h116 #define VM_PROT_COPY ((vm_prot_t) 0x10) macro
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_user.c368 (new_protection & ~(VM_PROT_ALL | VM_PROT_COPY)))
397 (new_protection & ~(VM_PROT_ALL | VM_PROT_COPY)))
H A Dvm_map.c3546 if(new_prot & VM_PROT_COPY) {
3548 if ((new_prot & (new_max | VM_PROT_COPY)) != new_prot) {
3599 if(new_prot & VM_PROT_COPY) {
3617 new_prot & ~VM_PROT_COPY) &
3620 current->protection = new_prot & ~VM_PROT_COPY;
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c190 * Strange, we can't just say "reprotect | VM_PROT_COPY", that fails.
192 ret = mach_vm_protect (map, (mach_vm_offset_t)a, (mach_vm_size_t)len, 0, VM_PROT_COPY | VM_PROT_READ | VM_PROT_WRITE);

Completed in 105 milliseconds