Home
last modified time | relevance | path

Searched refs:MACHINE_FLAG_KVM (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dsetup.h26 #define MACHINE_FLAG_KVM BIT(1) macro
101 #define MACHINE_IS_KVM (S390_lowcore.machine_flags & MACHINE_FLAG_KVM)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dearly.c84 S390_lowcore.machine_flags |= MACHINE_FLAG_KVM; in detect_machine_type()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dearly.c109 S390_lowcore.machine_flags |= MACHINE_FLAG_KVM; in detect_machine_type()

Completed in 2 milliseconds