Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dtopology.c243 if (!cpu_has_topology()) in topology_set_cpu_management()
318 if (cpu_has_topology()) { in __arch_update_cpu_topology()
324 if (!cpu_has_topology()) in __arch_update_cpu_topology()
379 if (!cpu_has_topology()) in topology_expect_change()
503 if (rc || !cpu_has_topology()) in topology_cpu_init()
566 if (cpu_has_topology()) in topology_init_early()
571 if (!cpu_has_topology()) in topology_init_early()
593 return cpu_has_topology() ? TOPOLOGY_MODE_HW : TOPOLOGY_MODE_PACKAGE; in topology_get_mode()
683 if (cpu_has_topology()) in topology_init()
H A Dearly.c144 if (!cpu_has_topology()) in setup_topology()
H A Dsysinfo.c121 if (!cpu_has_topology()) in stsi_15_1_x()
526 if (IS_ENABLED(CONFIG_SCHED_TOPOLOGY) && cpu_has_topology()) { in stsi_init_debugfs()
H A Dhiperdispatch.c90 if (!cpu_has_topology()) in hd_set_hiperdispatch_mode()
/linux/arch/s390/include/asm/
H A Dcpufeature.h34 #define cpu_has_topology() test_facility(11) macro