Searched refs:VM_PROT_SLIDE (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dshared_region.h125 #define VM_PROT_SLIDE 0x20 /* must not interfere with normal prot assignments */ macro
/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp83 #ifndef VM_PROT_SLIDE
84 #define VM_PROT_SLIDE 0x20 macro
3462 // add VM_PROT_SLIDE bit to __DATA area of cache
3463 mappings[readWriteMappingIndex].sfm_max_prot |= VM_PROT_SLIDE;
3464 mappings[readWriteMappingIndex].sfm_init_prot |= VM_PROT_SLIDE;
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_shared_region.c1117 if (mappings[i].sfm_init_prot & VM_PROT_SLIDE) {

Completed in 89 milliseconds