Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/kernel/
Dtopology.c235 if (!MACHINE_HAS_TOPOLOGY) in topology_set_cpu_management()
293 if (MACHINE_HAS_TOPOLOGY) { in __arch_update_cpu_topology()
299 if (!MACHINE_HAS_TOPOLOGY) in __arch_update_cpu_topology()
356 if (!MACHINE_HAS_TOPOLOGY) in topology_expect_change()
475 if (rc || !MACHINE_HAS_TOPOLOGY) in topology_cpu_init()
537 if (MACHINE_HAS_TOPOLOGY) in topology_init_early()
542 if (!MACHINE_HAS_TOPOLOGY) in topology_init_early()
565 return MACHINE_HAS_TOPOLOGY ? TOPOLOGY_MODE_HW : TOPOLOGY_MODE_PACKAGE; in topology_get_mode()
638 if (MACHINE_HAS_TOPOLOGY) in topology_init()
Dsysinfo.c143 if (!MACHINE_HAS_TOPOLOGY) in stsi_15_1_x()
556 if (IS_ENABLED(CONFIG_SCHED_TOPOLOGY) && MACHINE_HAS_TOPOLOGY) { in stsi_init_debugfs()
/Linux-v5.4/arch/s390/include/asm/
Dsetup.h100 #define MACHINE_HAS_TOPOLOGY (S390_lowcore.machine_flags & MACHINE_FLAG_TOPOLOGY) macro