Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dsetup.h21 #define MACHINE_FLAG_KVM BIT(1) macro
82 #define MACHINE_IS_KVM (S390_lowcore.machine_flags & MACHINE_FLAG_KVM)
/openbmc/linux/arch/s390/kernel/
H A Dearly.c109 S390_lowcore.machine_flags |= MACHINE_FLAG_KVM; in detect_machine_type()