Searched refs:cpu_has_kvm_support (Results 1 – 4 of 4) sorted by relevance
940 int (*cpu_has_kvm_support)(void); /* __init */ member
4363 static __init int cpu_has_kvm_support(void) in cpu_has_kvm_support() function14101 .cpu_has_kvm_support = cpu_has_kvm_support,
7044 .cpu_has_kvm_support = has_svm,
6675 if (!ops->cpu_has_kvm_support()) { in kvm_arch_init()