Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dsetup.h76 #define MACHINE_FLAG_TOPOLOGY (1UL << 14) macro
112 #define MACHINE_HAS_TOPOLOGY (S390_lowcore.machine_flags & MACHINE_FLAG_TOPOLOGY)
/arch/s390/kernel/
Dearly.c247 S390_lowcore.machine_flags |= MACHINE_FLAG_TOPOLOGY; in setup_topology()