Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dtopology.c239 if (!MACHINE_HAS_TOPOLOGY) in topology_set_cpu_management()
309 if (MACHINE_HAS_TOPOLOGY) { in __arch_update_cpu_topology()
315 if (!MACHINE_HAS_TOPOLOGY) in __arch_update_cpu_topology()
372 if (!MACHINE_HAS_TOPOLOGY) in topology_expect_change()
491 if (rc || !MACHINE_HAS_TOPOLOGY) in topology_cpu_init()
553 if (MACHINE_HAS_TOPOLOGY) in topology_init_early()
558 if (!MACHINE_HAS_TOPOLOGY) in topology_init_early()
582 return MACHINE_HAS_TOPOLOGY ? TOPOLOGY_MODE_HW : TOPOLOGY_MODE_PACKAGE; in topology_get_mode()
648 if (MACHINE_HAS_TOPOLOGY) in topology_init()
H A Dsysinfo.c147 if (!MACHINE_HAS_TOPOLOGY) in stsi_15_1_x()
560 if (IS_ENABLED(CONFIG_SCHED_TOPOLOGY) && MACHINE_HAS_TOPOLOGY) { in stsi_init_debugfs()
/openbmc/linux/arch/s390/include/asm/
H A Dsetup.h90 #define MACHINE_HAS_TOPOLOGY (S390_lowcore.machine_flags & MACHINE_FLAG_TOPOLOGY) macro