Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/mach/
H A Dshared_region.h221 #define VM_PROT_SLIDE 0x20 macro
228 VM_PROT_SLIDE | \
/xnu-12377.41.6/osfmk/vm/
H A Dvm_shared_region.c1852 if (mappings[i].sms_max_prot & VM_PROT_SLIDE) { in vm_shared_region_map_file_setup()
2095 if (srfmp->mappings[i].sms_max_prot & VM_PROT_SLIDE) { in vm_shared_region_map_file()