Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_smp.c1263 [TOPO_LEVEL_PKG] = { .type = TOPO_TYPE_PKG, },
1337 results->entities[TOPO_LEVEL_PKG] = -1; in topo_analyze()
1343 if (!topo_analyze_table(topo_root, all, TOPO_LEVEL_PKG, results)) in topo_analyze()
1346 KASSERT(results->entities[TOPO_LEVEL_PKG] > 0, in topo_analyze()
/freebsd/sys/sys/
H A Dsmp.h128 TOPO_LEVEL_PKG = 0, enumerator
/freebsd/sys/x86/x86/
H A Dmp_x86.c752 printf("%d package(s)", topology.entities[TOPO_LEVEL_PKG]); in cpu_mp_announce()
774 topology.entities[TOPO_LEVEL_PKG]); in cpu_mp_announce()