Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/include/asm/
Dsetup.h29 #define MACHINE_FLAG_ESOP BIT(4) macro
105 #define MACHINE_HAS_ESOP (S390_lowcore.machine_flags & MACHINE_FLAG_ESOP)
/kernel/linux/linux-5.10/drivers/s390/char/
Dsclp_early.c44 S390_lowcore.machine_flags |= MACHINE_FLAG_ESOP; in sclp_early_facilities_detect()