Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/vm/
H A Dvm_user.c2643 vm_prot_t original_protections, mask_protections; in mach_make_memory_entry_internal() local
2667 original_protections = permission & VM_PROT_ALL; in mach_make_memory_entry_internal()
2668 protections = original_protections; in mach_make_memory_entry_internal()