Searched refs:cpu_has_kvm_support (Results 1 – 4 of 4) sorted by relevance
1309 int (*cpu_has_kvm_support)(void); member
2338 static __init int cpu_has_kvm_support(void) in cpu_has_kvm_support() function8009 .cpu_has_kvm_support = cpu_has_kvm_support,
4324 .cpu_has_kvm_support = has_svm,
7977 if (!ops->cpu_has_kvm_support()) { in kvm_arch_init()