Searched refs:kvm_emulate_cpuid (Results 1 – 4 of 4) sorted by relevance
1132 int kvm_emulate_cpuid(struct kvm_vcpu *vcpu) in kvm_emulate_cpuid() function1148 EXPORT_SYMBOL_GPL(kvm_emulate_cpuid);
1470 int kvm_emulate_cpuid(struct kvm_vcpu *vcpu);
2270 return kvm_emulate_cpuid(&svm->vcpu); in cpuid_interception()
5760 [EXIT_REASON_CPUID] = kvm_emulate_cpuid,