Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/mach/
H A Dvm_prot.h188 #define VM_PROT_TPRO ((vm_prot_t) 0x200) macro
/xnu-12377.1.9/osfmk/vm/
H A Dvm_dyld_pager.c1736 if (rp->mwlr_protections & VM_PROT_TPRO) { in vm_map_with_linking()
/xnu-12377.1.9/bsd/vm/
H A Dvm_unix.c1905 VM_PROT_SFM_EXTENSIONS_MASK | VM_PROT_TPRO, in shared_region_map_and_slide_2_np_sanitize()
2303 if ((regions[r].mwlr_protections & VM_PROT_TPRO) && in map_with_linking_np()