Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kernel/
H A Dtopology.c244 if (!cpu_has_topology()) in topology_set_cpu_management()
319 if (cpu_has_topology()) { in __arch_update_cpu_topology()
325 if (!cpu_has_topology()) in __arch_update_cpu_topology()
380 if (!cpu_has_topology()) in topology_expect_change()
504 if (rc || !cpu_has_topology()) in topology_cpu_init()
573 if (cpu_has_topology()) in topology_init_early()
578 if (!cpu_has_topology()) in topology_init_early()
600 return cpu_has_topology() ? TOPOLOGY_MODE_HW : TOPOLOGY_MODE_PACKAGE; in topology_get_mode()
690 if (cpu_has_topology()) in topology_init()
H A Dearly.c141 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.c91 if (!cpu_has_topology()) in hd_set_hiperdispatch_mode()
/linux-6.15/arch/s390/include/asm/
H A Dcpufeature.h34 #define cpu_has_topology() test_facility(11) macro