Searched refs:kvm_emulate_cpuid (Results 1 – 4 of 4) sorted by relevance
1115 int kvm_emulate_cpuid(struct kvm_vcpu *vcpu) in kvm_emulate_cpuid() function1131 EXPORT_SYMBOL_GPL(kvm_emulate_cpuid);
1461 int kvm_emulate_cpuid(struct kvm_vcpu *vcpu);
2266 return kvm_emulate_cpuid(&svm->vcpu); in cpuid_interception()
5636 [EXIT_REASON_CPUID] = kvm_emulate_cpuid,