Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/include/asm/
Dsetup.h48 #define MACHINE_FLAG_TOPOLOGY (1UL << 14) macro
68 #define MACHINE_HAS_TOPOLOGY (S390_lowcore.machine_flags & MACHINE_FLAG_TOPOLOGY)
/linux-4.1.27/arch/s390/kernel/
Dearly.c239 S390_lowcore.machine_flags |= MACHINE_FLAG_TOPOLOGY; in setup_topology()