Searched refs:Submap (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.61.12/tests/vm/configurator/ |
| H A D | vm_configurator_tests.h | 1285 [Submap] = submap_entry_template(.object = &object_templates[0]) 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() 1291 assert((first == Submap && second != Submap) || in configure_submap_beafterfore_entry() 1292 (first != Submap && second == Submap)); in configure_submap_beafterfore_entry() 1307 "submap > submap before allocation", Submap, Allocation, in configure_submap_before_allocation() 1315 "submap > submap before allocation, read-only", Submap, Allocation, in configure_submap_before_allocation_ro() 1323 "submap > submap after allocation", Allocation, Submap, in configure_submap_after_allocation() 1331 "submap > submap after allocation, read-only", Allocation, Submap, in configure_submap_after_allocation_ro() 1339 "submap > submap before hole", Submap, Hole, in configure_submap_before_hole() [all …]
|
| H A D | vm_configurator.h | 221 Submap, enumerator 335 vm_entry_template(.kind = Submap, __VA_ARGS__) 859 return checker->kind == Submap; in checker_is_submap()
|
| H A D | vm_configurator.c | 1276 assert(submap_parent->kind == Submap); in checker_get_and_slide_submap_checkers() 1679 .kind = Submap, in make_checker_for_submap() 2084 assert(tmpl->kind != Submap); /* no nested submaps */ in allocate_submap_storage_and_checker() 2361 if (tmpl->kind != Submap) { in create_vm_state() 2390 if (tmpl->kind == Submap) { in create_vm_state() 2518 } else if (tmpl->kind == Submap) { in create_vm_state() 2729 if (tmpl->kind == Submap) { in create_vm_state() 2828 assert(checker->kind == Allocation || checker->kind == Submap); in checker_deallocate_allocation() 2878 if (checker->kind == Allocation || checker->kind == Submap) { in deallocate_vm_allocations() 2934 assert(checker->kind == Allocation || checker->kind == Submap); in verify_allocation() [all …]
|
| /xnu-12377.61.12/tests/vm/ |
| H A D | configurator_mincore.c | 78 if (checker != NULL && checker->kind == Submap) { in successful_mincore_nested()
|
| H A D | configurator_vm_behavior_set.c | 124 if (checker->kind == Submap) { in vm_behavior_common_no_cow() 371 if (checker->kind == Submap) { in vm_behavior_zero_once()
|
| H A D | configurator_fault.c | 198 case Submap: in test_fault_common()
|
| H A D | configurator_test.c | 336 assert(checker->kind == Submap); in assert_submap_checker_and_entry()
|