Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vm/configurator/
H A Dvm_configurator.h1231 unsigned submap_entry_template_count; member
H A Dvm_configurator.c4086 for (unsigned i = 0; i < result->submap_entry_template_count; i++) { in make_vm_config()
4101 ASSERT_IS_WITHIN(tmpl->submap.entries, submap_entry_templates, submap_entry_template_count); in make_vm_config()
4105 tmpl->submap.entry_count = submap_entry_template_count - submap_index; in make_vm_config()
4107 assert(submap_index + tmpl->submap.entry_count <= submap_entry_template_count); in make_vm_config()