Home
last modified time | relevance | path

Searched refs:VM_PROT_COPY (Results 1 – 11 of 11) sorted by relevance

/xnu-11215.1.10/osfmk/mach/
H A Dvm_prot.h124 #define VM_PROT_COPY ((vm_prot_t) 0x10) macro
/xnu-11215.1.10/tests/vm/
H A Dvm_test_shreg_ro.c230 VM_PROT_COPY | VM_PROT_READ | VM_PROT_WRITE);
260 VM_PROT_COPY | VM_PROT_READ | VM_PROT_WRITE);
379 VM_PROT_COPY | VM_PROT_READ | VM_PROT_WRITE);
H A Dvm_user.c111 VM_PROT_COPY | VM_PROT_DEFAULT);
/xnu-11215.1.10/osfmk/vm/
H A Dvm_sanitize.c1050 VM_PROT_COPY | in vm_sanitize_prot_test()
1106 VM_PROT_COPY | in vm_sanitize_prot_bsd_test()
1150 VM_PROT_COPY | in vm_sanitize_memory_entry_perm_test()
H A Dvm_map_xnu.h127 #define VM_VALID_VMPROTECT_FLAGS (VM_PROT_ALL | VM_PROT_COPY | VM_PROT_UEXEC)
129 #define VM_VALID_VMPROTECT_FLAGS (VM_PROT_ALL | VM_PROT_COPY)
H A Dvm_user.c315 (new_protection & ~(VM_PROT_ALL | VM_PROT_COPY))) { in mach_vm_protect()
H A Dvm_map.c5559 if (new_prot & VM_PROT_COPY) { in vm_map_protect()
5629 new_prot &= ~VM_PROT_COPY; in vm_map_protect()
6214 extra_prots = VM_PROT_COPY; in vm_map_wire_nested()
13658 force_copy = (fault_type & VM_PROT_COPY) ? TRUE : FALSE; in vm_map_lookup_and_lock_object()
H A Dvm_fault.c4418 (fault_type | (need_copy ? VM_PROT_COPY : 0)), in vm_fault_internal()
H A Dvm_pageout.c7028 fault_type = VM_PROT_READ | VM_PROT_COPY;
/xnu-11215.1.10/bsd/dev/dtrace/
H A Ddtrace_ptss.c202 VM_PROT_READ | VM_PROT_WRITE | VM_PROT_COPY); in dtrace_ptss_allocate_page()
H A Ddtrace_glue.c187 …ret = mach_vm_protect(map, (mach_vm_offset_t)a, (mach_vm_size_t)len, 0, VM_PROT_COPY | VM_PROT_REA… in uwrite()