Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/mach/
H A Dvm_prot.h188 #define VM_PROT_TPRO ((vm_prot_t) 0x200) macro
/xnu-11215.81.4/osfmk/vm/
H A Dvm_sanitize.c1145 VM_PROT_TPRO); in vm_sanitize_prot_test()
1197 VM_PROT_TPRO); in vm_sanitize_prot_bsd_test()
1241 VM_PROT_TPRO); in vm_sanitize_memory_entry_perm_test()
H A Dvm_dyld_pager.c1542 if (rp->mwlr_protections & VM_PROT_TPRO) { in vm_map_with_linking()
/xnu-11215.81.4/bsd/vm/
H A Dvm_unix.c1814 VM_PROT_SFM_EXTENSIONS_MASK | VM_PROT_TPRO, in shared_region_map_and_slide_2_np_sanitize()
2191 if ((regions[r].mwlr_protections & VM_PROT_TPRO) && in map_with_linking_np()