Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dmp_x86.c590 topo_layers[nlayers].type = TOPO_TYPE_CACHE; in topo_probe()
839 KASSERT(root->type == TOPO_TYPE_SYSTEM || root->type == TOPO_TYPE_CACHE || in x86topo_add_sched_group()
844 if (root->type == TOPO_TYPE_CACHE) in x86topo_add_sched_group()
904 if (node->type == TOPO_TYPE_CACHE && in x86topo_add_sched_group()
914 node->type != TOPO_TYPE_CACHE) { in x86topo_add_sched_group()
946 node->type != TOPO_TYPE_CACHE) || in x86topo_add_sched_group()
/freebsd/sys/sys/
H A Dsmp.h34 TOPO_TYPE_CACHE, enumerator
/freebsd/sys/kern/
H A Dsubr_smp.c1297 .type = TOPO_TYPE_CACHE,