Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_smp.c1230 [TOPO_LEVEL_PKG] = { .type = TOPO_TYPE_PKG, },
1304 results->entities[TOPO_LEVEL_PKG] = -1; in topo_analyze()
1310 if (!topo_analyze_table(topo_root, all, TOPO_LEVEL_PKG, results)) in topo_analyze()
1313 KASSERT(results->entities[TOPO_LEVEL_PKG] > 0, in topo_analyze()
/f-stack/freebsd/sys/
H A Dsmp.h127 TOPO_LEVEL_PKG = 0, enumerator
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c689 printf("%d package(s)", topology.entities[TOPO_LEVEL_PKG]); in cpu_mp_announce()
711 topology.entities[TOPO_LEVEL_PKG]); in cpu_mp_announce()