Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dtopology.c233 if (!MACHINE_HAS_TOPOLOGY) in topology_set_cpu_management()
303 if (MACHINE_HAS_TOPOLOGY) { in __arch_update_cpu_topology()
309 if (!MACHINE_HAS_TOPOLOGY) in __arch_update_cpu_topology()
366 if (!MACHINE_HAS_TOPOLOGY) in topology_expect_change()
485 if (rc || !MACHINE_HAS_TOPOLOGY) in topology_cpu_init()
547 if (MACHINE_HAS_TOPOLOGY) in topology_init_early()
552 if (!MACHINE_HAS_TOPOLOGY) in topology_init_early()
575 return MACHINE_HAS_TOPOLOGY ? TOPOLOGY_MODE_HW : TOPOLOGY_MODE_PACKAGE; in topology_get_mode()
648 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()
/arch/s390/include/asm/
Dsetup.h109 #define MACHINE_HAS_TOPOLOGY (S390_lowcore.machine_flags & MACHINE_FLAG_TOPOLOGY) macro