Home
last modified time | relevance | path

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

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