Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dsetup.h32 #define MACHINE_FLAG_TLB_GUEST BIT(14) macro
94 #define MACHINE_HAS_TLB_GUEST (S390_lowcore.machine_flags & MACHINE_FLAG_TLB_GUEST)
/openbmc/linux/drivers/s390/char/
H A Dsclp_early.c55 S390_lowcore.machine_flags |= MACHINE_FLAG_TLB_GUEST; in sclp_early_facilities_detect()