Home
last modified time | relevance | path

Searched refs:MACHINE_FLAG_TOPOLOGY (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dsetup.h28 #define MACHINE_FLAG_TOPOLOGY BIT(10) macro
90 #define MACHINE_HAS_TOPOLOGY (S390_lowcore.machine_flags & MACHINE_FLAG_TOPOLOGY)
/openbmc/linux/arch/s390/kernel/
H A Dearly.c167 S390_lowcore.machine_flags |= MACHINE_FLAG_TOPOLOGY; in setup_topology()