Lines Matching full:topology
54 MALLOC_DEFINE(M_TOPO, "toponodes", "SMP topology data");
110 int smp_topology = 0; /* Which topology we're using. */
111 SYSCTL_INT(_kern_smp, OID_AUTO, topology, CTLFLAG_RDTUN, &smp_topology, 0,
112 "Topology override setting; 0 is default provided by hardware.");
654 * Check for a fake topology request for debugging purposes. in smp_topo()
662 /* No topology, all cpus are equal. */ in smp_topo()
692 * Verify the returned topology. in smp_topo()
695 panic("Built bad topology at %p. CPU count %d != %d", in smp_topo()
698 panic("Built bad topology at %p. CPU mask (%s) != (%s)", in smp_topo()
1194 * the topology tree.
1215 * Iterate to the next node in the depth-first search of the topology tree,
1234 * Assign the given ID to the given topology node that represents a logical
1325 * Check if the topology is uniform, that is, each package has the same number
1347 ("bug in topology or analysis")); in topo_analyze()