Searched refs:Hole (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.61.12/tests/vm/ |
| H A D | configurator_vm_inherit.c | 60 if (limit.head->kind != Hole) { in checker_perform_vm_inherit() 63 if (limit.tail->kind != Hole) { in checker_perform_vm_inherit()
|
| H A D | configurator_fault.c | 154 assert(checker->kind == Allocation || checker->kind == Hole); in test_fault_one_submap() 191 case Hole: in test_fault_common()
|
| H A D | configurator_vm_behavior_set.c | 358 if (checker->kind == Hole) { in vm_behavior_zero_once()
|
| H A D | configurator_test.c | 129 assert(checker->kind == Hole); in assert_hole_checker_and_entry()
|
| /xnu-12377.61.12/tests/vm/configurator/ |
| H A D | vm_configurator_tests.h | 1283 [Hole] = hole_template, in configure_submap_beafterfore_entry() 1288 assert(first == Hole || first == Allocation || first == Submap); in configure_submap_beafterfore_entry() 1289 assert(second == Hole || second == Allocation || second == Submap); in configure_submap_beafterfore_entry() 1339 "submap > submap before hole", Submap, Hole, in configure_submap_before_hole() 1347 "submap > submap before hole, read-only", Submap, Hole, in configure_submap_before_hole_ro() 1355 "submap > submap after hole", Hole, Submap, in configure_submap_after_hole() 1363 "submap > submap after hole, read-only", Hole, Submap, in configure_submap_after_hole_ro()
|
| H A D | vm_configurator.c | 1530 .kind = Hole, in make_checker_for_hole() 1742 if (checker->kind == Hole) { in dump_checker_info_with_highlighting() 2083 assert(tmpl->kind != Hole); /* no holes, vm_map_seal fills them */ in allocate_submap_storage_and_checker() 2514 if (tmpl->kind == Hole) { in create_vm_state() 2726 if (tmpl->kind == Hole) { in create_vm_state() 3140 assert(checker->kind == Hole); in verify_hole() 3189 case Hole: in verify_vm_state_nested() 3280 case Hole: in get_expected_errors_for_faults() 3655 assert(checker->kind != Hole); in checker_list_find_range() 3947 case Hole: in checker_list_try_unnest_one_entry_in_submap() [all …]
|
| H A D | vm_configurator.h | 220 Hole, enumerator
|