Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/mach/
H A Dvm_prot.h142 #define VM_PROT_WANTS_COPY ((vm_prot_t) 0x10) macro
/xnu-11215.61.5/osfmk/vm/
H A Dvm_sanitize.c1139 VM_PROT_WANTS_COPY | in vm_sanitize_prot_test()
1194 VM_PROT_WANTS_COPY | in vm_sanitize_prot_bsd_test()
1238 VM_PROT_WANTS_COPY | in vm_sanitize_memory_entry_perm_test()
H A Dvm_fault.c1883 wants_copy_flag = VM_PROT_WANTS_COPY; in vm_fault_page()