Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dsetup.h19 #define MACHINE_FLAG_KVM _BITUL(1) macro
56 #define MACHINE_IS_KVM (S390_lowcore.machine_flags & MACHINE_FLAG_KVM)
/arch/s390/kernel/
Dearly.c229 S390_lowcore.machine_flags |= MACHINE_FLAG_KVM; in detect_machine_type()