Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dsetup.h78 #define MACHINE_FLAG_MVCOS (1UL << 8) macro
111 #define MACHINE_HAS_MVCOS (S390_lowcore.machine_flags & MACHINE_FLAG_MVCOS)
/arch/s390/kernel/
Dearly.c374 S390_lowcore.machine_flags |= MACHINE_FLAG_MVCOS; in detect_machine_facilities()