Lines Matching defs:basic
1454 * highest basic leaf (i.e. CPUID.0H:EAX) were requested. AMD CPUID semantics
1483 struct kvm_cpuid_entry2 *basic, *class;
1486 basic = kvm_find_cpuid_entry(vcpu, 0);
1487 if (!basic)
1490 if (is_guest_vendor_amd(basic->ebx, basic->ecx, basic->edx) ||
1491 is_guest_vendor_hygon(basic->ebx, basic->ecx, basic->edx))
1506 * max basic entry, e.g. if the max basic leaf is 0xb but there is no
1510 *fn_ptr = basic->eax;
1514 * the effective CPUID entry is the max basic leaf. Note, the index of
1517 return kvm_find_cpuid_entry_index(vcpu, basic->eax, index);