Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/vm/
H A Dvm_shared_region.c1399 mappings[j].sms_max_prot, in vm_shared_region_undo_mappings()
1558 mappings[0].sms_max_prot, in vm_shared_region_map_file_setup()
1644 mappings[0].sms_max_prot); in vm_shared_region_map_file_setup()
1656 mappings[0].sms_max_prot & VM_PROT_ALL, in vm_shared_region_map_file_setup()
1718 mappings[i].sms_max_prot, in vm_shared_region_map_file_setup()
1750 if (mappings[i].sms_max_prot & VM_PROT_SLIDE) { in vm_shared_region_map_file_setup()
1762 mappings[i].sms_max_prot, in vm_shared_region_map_file_setup()
1786 mappings[i].sms_max_prot); in vm_shared_region_map_file_setup()
1789 mappings[i].sms_max_prot); in vm_shared_region_map_file_setup()
1812 mappings[i].sms_max_prot & VM_PROT_ALL, in vm_shared_region_map_file_setup()
[all …]
/xnu-11215.61.5/osfmk/mach/
H A Dshared_region.h183 vm_prot_t sms_max_prot; member
/xnu-11215.61.5/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.61.5/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()