Lines Matching refs:Submap
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()
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()