Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsmp.h29 TOPO_TYPE_PU, enumerator
/freebsd/sys/x86/x86/
H A Dmp_x86.c612 topo_layers[nlayers].type = TOPO_TYPE_PU; in topo_probe()
697 if (node->type != TOPO_TYPE_PU) in assign_cpu_ids()
804 case TOPO_TYPE_PU: in cpu_mp_announce()
/freebsd/sys/kern/
H A Dsubr_smp.c1241 KASSERT(node->type == TOPO_TYPE_PU, in topo_set_pu_id()
1271 [TOPO_LEVEL_THREAD] = { .type = TOPO_TYPE_PU, },