Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/include/asm/
Dsetup.h26 #define MACHINE_FLAG_ESOP _BITUL(9) macro
63 #define MACHINE_HAS_ESOP (S390_lowcore.machine_flags & MACHINE_FLAG_ESOP)
/linux-4.4.14/drivers/s390/char/
Dsclp_early.c112 S390_lowcore.machine_flags |= MACHINE_FLAG_ESOP; in sclp_facilities_detect()