Searched refs:submap_content_info (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/tests/vm/ |
| H A D | configurator_test.c | 1338 vm_region_submap_info_data_64_t submap_content_info; in test_submap_before_allocation_common() local 1341 assert_allocation_entry(start, size / 2, 1 /* submap_depth */, &submap_content_info); in test_submap_before_allocation_common() 1342 assert_checker_and_entry_protection_equals(submap_content, &submap_content_info, in test_submap_before_allocation_common() 1388 vm_region_submap_info_data_64_t submap_content_info; in test_submap_after_allocation_common() local 1391 assert_allocation_entry(start + size / 2, size / 2, 1 /* submap_depth */, &submap_content_info); in test_submap_after_allocation_common() 1392 assert_checker_and_entry_protection_equals(submap_content, &submap_content_info, in test_submap_after_allocation_common() 1437 vm_region_submap_info_data_64_t submap_content_info; in test_submap_before_hole_common() local 1440 assert_allocation_entry(start, size / 2, 1 /* submap_depth */, &submap_content_info); in test_submap_before_hole_common() 1441 assert_checker_and_entry_protection_equals(submap_content, &submap_content_info, in test_submap_before_hole_common() 1486 vm_region_submap_info_data_64_t submap_content_info; in test_submap_after_hole_common() local [all …]
|