Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vm/configurator/
H A Dvm_configurator_tests.h1285 [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 Dvm_configurator.h221 Submap, enumerator
335 vm_entry_template(.kind = Submap, __VA_ARGS__)
859 return checker->kind == Submap; in checker_is_submap()
H A Dvm_configurator.c1276 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 Dconfigurator_mincore.c78 if (checker != NULL && checker->kind == Submap) { in successful_mincore_nested()
H A Dconfigurator_vm_behavior_set.c124 if (checker->kind == Submap) { in vm_behavior_common_no_cow()
371 if (checker->kind == Submap) { in vm_behavior_zero_once()
H A Dconfigurator_fault.c198 case Submap: in test_fault_common()
H A Dconfigurator_test.c336 assert(checker->kind == Submap); in assert_submap_checker_and_entry()