Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/include/asm/
Dsetup.h30 #define MACHINE_FLAG_TOPOLOGY _BITUL(10) macro
84 #define MACHINE_HAS_TOPOLOGY (S390_lowcore.machine_flags & MACHINE_FLAG_TOPOLOGY)
/Linux-v4.19/arch/s390/kernel/
Dearly.c127 S390_lowcore.machine_flags |= MACHINE_FLAG_TOPOLOGY; in setup_topology()