Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h1008 int (*cpu_has_kvm_support)(void); /* __init */ member
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c2196 static __init int cpu_has_kvm_support(void) in cpu_has_kvm_support() function
7752 .cpu_has_kvm_support = cpu_has_kvm_support,
/Linux-v5.4/arch/x86/kvm/
Dsvm.c7182 .cpu_has_kvm_support = has_svm,
Dx86.c7179 if (!ops->cpu_has_kvm_support()) { in kvm_arch_init()