Home
last modified time | relevance | path

Searched refs:submap_object_template_count (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/tests/vm/configurator/
H A Dvm_configurator.c4090 ASSERT_IS_WITHIN(tmpl->object, submap_object_templates, submap_object_template_count); in make_vm_config()
4110 ASSERT_IS_WITHIN(tmpl->submap.objects, submap_object_templates, submap_object_template_count); in make_vm_config()
4114 tmpl->submap.object_count = submap_object_template_count - object_index; in make_vm_config()
4116 assert(object_index + tmpl->submap.object_count <= submap_object_template_count); in make_vm_config()
4119 for (unsigned i = 0; i < result->submap_object_template_count; i++) { in make_vm_config()
H A Dvm_configurator.h1233 unsigned submap_object_template_count; member