Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dsmpboot.c610 static struct sched_domain_topology_level x86_topology[6];
617 x86_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
622 x86_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
627 x86_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
637 x86_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
645 BUG_ON(i >= ARRAY_SIZE(x86_topology)-1); in build_sched_topology()
647 set_sched_topology(x86_topology); in build_sched_topology()
614 static struct sched_domain_topology_level x86_topology[6]; global() variable