Lines Matching refs:submap_content_info
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
1489 assert_allocation_entry(start + size / 2, size / 2, 1 /* submap_depth */, &submap_content_info); in test_submap_after_hole_common()
1490 assert_checker_and_entry_protection_equals(submap_content, &submap_content_info, in test_submap_after_hole_common()