Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dsetup.h24 #define MACHINE_FLAG_ESOP BIT(4) macro
86 #define MACHINE_HAS_ESOP (S390_lowcore.machine_flags & MACHINE_FLAG_ESOP)
/openbmc/linux/drivers/s390/char/
H A Dsclp_early.c53 S390_lowcore.machine_flags |= MACHINE_FLAG_ESOP; in sclp_early_facilities_detect()