Home
last modified time | relevance | path

Searched refs:get_cpuid_entry (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h642 const struct kvm_cpuid_entry2 *get_cpuid_entry(const struct kvm_cpuid2 *cpuid,
651 return (struct kvm_cpuid_entry2 *)get_cpuid_entry(vcpu->cpuid, in __vcpu_get_cpuid_entry()
707 return get_cpuid_entry(kvm_get_supported_cpuid(), function, index); in __kvm_get_supported_cpuid_entry()
/Linux-v6.1/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c1178 const struct kvm_cpuid_entry2 *get_cpuid_entry(const struct kvm_cpuid2 *cpuid, in get_cpuid_entry() function