Home
last modified time | relevance | path

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

/xnu-11215/osfmk/tests/
H A Dvm_parameter_validation.h3053 alloc_and_fill_shared_file_mappings(uint32_t num_mappings, mapping_slide_np_test_style_t style) in alloc_and_fill_shared_file_mappings() function
3139 mappings = alloc_and_fill_shared_file_mappings(1, MP_NORMAL); in get_shared_file_mapping_slide_np_trials()
3141 mappings = alloc_and_fill_shared_file_mappings(1, MP_ADDR_SIZE); in get_shared_file_mapping_slide_np_trials()
3143 mappings = alloc_and_fill_shared_file_mappings(1, MP_OFFSET_SIZE); in get_shared_file_mapping_slide_np_trials()
3145 mappings = alloc_and_fill_shared_file_mappings(1, MP_PROTS); 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()