Lines Matching defs:basic
1020 * highest basic leaf (i.e. CPUID.0H:EAX) were requested. AMD CPUID semantics
1049 struct kvm_cpuid_entry2 *basic, *class;
1052 basic = kvm_find_cpuid_entry(vcpu, 0, 0);
1053 if (!basic)
1056 if (is_guest_vendor_amd(basic->ebx, basic->ecx, basic->edx) ||
1057 is_guest_vendor_hygon(basic->ebx, basic->ecx, basic->edx))
1072 * max basic entry, e.g. if the max basic leaf is 0xb but there is no
1076 *fn_ptr = basic->eax;
1080 * the effective CPUID entry is the max basic leaf. Note, the index of
1083 return kvm_find_cpuid_entry(vcpu, basic->eax, index);