Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dsetup.h20 #define MACHINE_FLAG_VM BIT(0) macro
81 #define MACHINE_IS_VM (S390_lowcore.machine_flags & MACHINE_FLAG_VM)
/openbmc/linux/arch/s390/kernel/
H A Dearly.c111 S390_lowcore.machine_flags |= MACHINE_FLAG_VM; in detect_machine_type()