Home | History | Annotate | Download | only in pmap

Lines Matching refs:submap

170 		       recurse < 2 ? "MAP" : "SUBMAP", P(vm_map),
186 * we're not recursing into a submap, so print headers
224 * we're not recursing into a submap, so print totals
372 UVM_ET_ISSUBMAP(vme) ? " SUBMAP" : "",
589 struct kbit mkbit, *submap;
592 submap = &mkbit;
593 P(submap) = vme->object.sub_map;
594 S(submap) = sizeof(*vme->object.sub_map);
595 KDEREF(kd, submap);
596 dump_vm_map(kd, proc, vmspace, submap, "submap");
838 snprintf(buf, sizeof(buf), " [ %s ]", sub ? sub : "(submap)");