Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/vm/
H A Dvm_shared_region.c1405 mappings[j].sms_max_prot, in vm_shared_region_undo_mappings()
1564 mappings[0].sms_max_prot, in vm_shared_region_map_file_setup()
1650 mappings[0].sms_max_prot); in vm_shared_region_map_file_setup()
1662 mappings[0].sms_max_prot & VM_PROT_ALL, in vm_shared_region_map_file_setup()
1724 mappings[i].sms_max_prot, in vm_shared_region_map_file_setup()
1756 if (mappings[i].sms_max_prot & VM_PROT_SLIDE) { in vm_shared_region_map_file_setup()
1768 mappings[i].sms_max_prot, in vm_shared_region_map_file_setup()
1792 mappings[i].sms_max_prot); in vm_shared_region_map_file_setup()
1795 mappings[i].sms_max_prot); in vm_shared_region_map_file_setup()
1818 mappings[i].sms_max_prot & VM_PROT_ALL, in vm_shared_region_map_file_setup()
[all …]
/xnu-11215.81.4/osfmk/mach/
H A Dshared_region.h183 vm_prot_t sms_max_prot; member
/xnu-11215.81.4/osfmk/tests/
H A Dvm_parameter_validation.h3063 mappings[0].sms_max_prot = VM_PROT_DEFAULT; in alloc_and_fill_shared_file_mappings()
3072 mappings[0].sms_max_prot = VM_PROT_DEFAULT; in alloc_and_fill_shared_file_mappings()
3080 mappings[0].sms_max_prot = VM_PROT_DEFAULT; in alloc_and_fill_shared_file_mappings()
3086 mappings[0].sms_max_prot = VM_PROT_DEFAULT; in alloc_and_fill_shared_file_mappings()
3100 mappings[idx].sms_max_prot = VM_PROT_DEFAULT; in alloc_and_fill_shared_file_mappings()
3106 mappings[idx].sms_max_prot = VM_PROT_DEFAULT; in alloc_and_fill_shared_file_mappings()
3112 mappings[idx].sms_max_prot = VM_PROT_DEFAULT; in alloc_and_fill_shared_file_mappings()
3118 mappings[idx].sms_max_prot = INT_MAX; in alloc_and_fill_shared_file_mappings()
/xnu-11215.81.4/bsd/vm/
H A Dvm_unix.c1514 srfmp->mappings[i].sms_max_prot, in shared_region_map_and_slide_setup()
1830 mappings[i].sms_max_prot = max; in shared_region_map_and_slide_2_np_sanitize()