Home
last modified time | relevance | path

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

/xnu-11215/osfmk/tests/
H A Dvm_parameter_validation.h3050 typedef enum { MP_NORMAL = 0, MP_ADDR_SIZE = 1, MP_OFFSET_SIZE, MP_PROTS } mapping_slide_np_test_st… enumerator
3060 case MP_NORMAL: in alloc_and_fill_shared_file_mappings()
3139 mappings = alloc_and_fill_shared_file_mappings(1, MP_NORMAL); in get_shared_file_mapping_slide_np_trials()
3147 mappings = alloc_and_fill_shared_file_mappings(SFM_MAX - 1, MP_NORMAL); in get_shared_file_mapping_slide_np_trials()
3149 mappings = alloc_and_fill_shared_file_mappings(SFM_MAX, MP_NORMAL); in get_shared_file_mapping_slide_np_trials()
3151 mappings = alloc_and_fill_shared_file_mappings(SFM_MAX + 1, MP_NORMAL); in get_shared_file_mapping_slide_np_trials()
3153 mappings = alloc_and_fill_shared_file_mappings(kNumSharedCacheMappings, MP_NORMAL); in get_shared_file_mapping_slide_np_trials()
3155 mappings = alloc_and_fill_shared_file_mappings(2 * kNumSharedCacheMappings, MP_NORMAL); in get_shared_file_mapping_slide_np_trials()