Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/vm/
H A Dvm_user.c2713 vm_prot_t original_protections, mask_protections; in mach_make_memory_entry_internal() local
2741 original_protections = permission & VM_PROT_ALL; in mach_make_memory_entry_internal()
2742 protections = original_protections; in mach_make_memory_entry_internal()