Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/mach/
H A Dvm_prot.h138 #define VM_PROT_WANTS_COPY ((vm_prot_t) 0x10) macro
/xnu-11215.1.10/osfmk/vm/
H A Dvm_sanitize.c1051 VM_PROT_WANTS_COPY | in vm_sanitize_prot_test()
1107 VM_PROT_WANTS_COPY | in vm_sanitize_prot_bsd_test()
1151 VM_PROT_WANTS_COPY | in vm_sanitize_memory_entry_perm_test()
H A Dvm_fault.c1877 wants_copy_flag = VM_PROT_WANTS_COPY; in vm_fault_page()