Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/mach/
H A Dshared_memory_server.h56 #define VM_PROT_ZF 0x10 /* must not interfere with normal prot assignments */ macro
H A Dshared_region.h208 #define VM_PROT_ZF 0x10 macro
/xnu-8796.121.2/bsd/vm/
H A Dvm_unix.c2635 if (srfmp->mappings[i].sms_init_prot & VM_PROT_ZF) { in shared_region_map_and_slide_setup()
3230 if (rp->mwlr_protections & VM_PROT_ZF) { in map_with_linking_np()
/xnu-8796.121.2/osfmk/vm/
H A Dvm_shared_region.c1720 if (mappings[i].sms_init_prot & VM_PROT_ZF) { in vm_shared_region_map_file_setup()