Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dcpuid.c565 kvm_x86_ops->set_supported_cpuid(function, entry); in __do_cpuid_ent()
Dsvm.c4455 .set_supported_cpuid = svm_set_supported_cpuid,
Dvmx.c9228 .set_supported_cpuid = vmx_set_supported_cpuid,
/arch/x86/include/asm/
Dkvm_host.h755 void (*set_supported_cpuid)(u32 func, struct kvm_cpuid_entry2 *entry); member