Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/vm/
H A Dvm_shared_region.c1541 mappings[j].sms_max_prot, in vm_shared_region_undo_mappings()
1659 mappings[0].sms_max_prot, in vm_shared_region_map_file_setup()
1746 mappings[0].sms_max_prot); in vm_shared_region_map_file_setup()
1758 mappings[0].sms_max_prot & VM_PROT_ALL, in vm_shared_region_map_file_setup()
1820 mappings[i].sms_max_prot, in vm_shared_region_map_file_setup()
1852 if (mappings[i].sms_max_prot & VM_PROT_SLIDE) { in vm_shared_region_map_file_setup()
1864 mappings[i].sms_max_prot, in vm_shared_region_map_file_setup()
1888 mappings[i].sms_max_prot); in vm_shared_region_map_file_setup()
1891 mappings[i].sms_max_prot); in vm_shared_region_map_file_setup()
1914 mappings[i].sms_max_prot & VM_PROT_ALL, in vm_shared_region_map_file_setup()
[all …]
/xnu-12377.41.6/osfmk/mach/
H A Dshared_region.h183 vm_prot_t sms_max_prot; member
/xnu-12377.41.6/osfmk/tests/
H A Dvm_parameter_validation.h2982 mappings[0].sms_max_prot = VM_PROT_DEFAULT; in alloc_and_fill_shared_file_mappings()
2991 mappings[0].sms_max_prot = VM_PROT_DEFAULT; in alloc_and_fill_shared_file_mappings()
2999 mappings[0].sms_max_prot = VM_PROT_DEFAULT; in alloc_and_fill_shared_file_mappings()
3005 mappings[0].sms_max_prot = VM_PROT_DEFAULT; in alloc_and_fill_shared_file_mappings()
3019 mappings[idx].sms_max_prot = VM_PROT_DEFAULT; in alloc_and_fill_shared_file_mappings()
3025 mappings[idx].sms_max_prot = VM_PROT_DEFAULT; in alloc_and_fill_shared_file_mappings()
3031 mappings[idx].sms_max_prot = VM_PROT_DEFAULT; in alloc_and_fill_shared_file_mappings()
3037 mappings[idx].sms_max_prot = INT_MAX; in alloc_and_fill_shared_file_mappings()
/xnu-12377.41.6/bsd/vm/
H A Dvm_unix.c1606 srfmp->mappings[i].sms_max_prot, in shared_region_map_and_slide_setup()
1926 mappings[i].sms_max_prot = max; in shared_region_map_and_slide_2_np_sanitize()