Home
last modified time | relevance | path

Searched refs:TOPO_LEVEL_PKG (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/kern/
Dsubr_smp.c1083 [TOPO_LEVEL_PKG] = { .type = TOPO_TYPE_PKG, },
1157 results->entities[TOPO_LEVEL_PKG] = -1; in topo_analyze()
1163 if (!topo_analyze_table(topo_root, all, TOPO_LEVEL_PKG, results)) in topo_analyze()
1166 KASSERT(results->entities[TOPO_LEVEL_PKG] > 0, in topo_analyze()
/freebsd-12-stable/sys/sys/
Dsmp.h127 TOPO_LEVEL_PKG = 0, enumerator
/freebsd-12-stable/sys/x86/x86/
Dmp_x86.c688 printf("%d package(s)", topology.entities[TOPO_LEVEL_PKG]); in cpu_mp_announce()
710 topology.entities[TOPO_LEVEL_PKG]); in cpu_mp_announce()