Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dsetup.h28 #define MACHINE_FLAG_TOPOLOGY _BITUL(10) macro
69 #define MACHINE_HAS_TOPOLOGY (S390_lowcore.machine_flags & MACHINE_FLAG_TOPOLOGY)
/arch/s390/kernel/
Dearly.c260 S390_lowcore.machine_flags |= MACHINE_FLAG_TOPOLOGY; in setup_topology()
380 S390_lowcore.machine_flags &= ~MACHINE_FLAG_TOPOLOGY; in topology_setup()