Home
last modified time | relevance | path

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

/linux-2.6.39/arch/s390/include/asm/
Dsetup.h70 #define MACHINE_FLAG_MVCOS (1UL << 8) macro
101 #define MACHINE_HAS_MVCOS (S390_lowcore.machine_flags & MACHINE_FLAG_MVCOS)
/linux-2.6.39/arch/s390/kernel/
Dearly.c390 S390_lowcore.machine_flags |= MACHINE_FLAG_MVCOS; in detect_machine_facilities()