Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dsetup.h34 #define MACHINE_FLAG_GS BIT(16) macro
96 #define MACHINE_HAS_GS (S390_lowcore.machine_flags & MACHINE_FLAG_GS)
/openbmc/linux/arch/s390/kernel/
H A Dearly.c238 S390_lowcore.machine_flags |= MACHINE_FLAG_GS; in detect_machine_facilities()