Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dsetup.h23 #define MACHINE_FLAG_DIAG9C BIT(3) macro
85 #define MACHINE_HAS_DIAG9C (get_lowcore()->machine_flags & MACHINE_FLAG_DIAG9C)
/linux/arch/s390/kernel/
H A Dearly.c235 get_lowcore()->machine_flags |= MACHINE_FLAG_DIAG9C; in detect_diag9c()