Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/
Dcpuid.c1040 int kvm_emulate_cpuid(struct kvm_vcpu *vcpu) in kvm_emulate_cpuid() function
1056 EXPORT_SYMBOL_GPL(kvm_emulate_cpuid);
Dsvm.c3914 return kvm_emulate_cpuid(&svm->vcpu); in cpuid_interception()
/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h1368 int kvm_emulate_cpuid(struct kvm_vcpu *vcpu);
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c4984 return kvm_emulate_cpuid(vcpu); in handle_cpuid()