Home
last modified time | relevance | path

Searched refs:cpu_has_kvm_support (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h940 int (*cpu_has_kvm_support)(void); /* __init */ member
/Linux-v4.19/arch/x86/kvm/
Dvmx.c4363 static __init int cpu_has_kvm_support(void) in cpu_has_kvm_support() function
14101 .cpu_has_kvm_support = cpu_has_kvm_support,
Dsvm.c7044 .cpu_has_kvm_support = has_svm,
Dx86.c6675 if (!ops->cpu_has_kvm_support()) { in kvm_arch_init()