Lines Matching full:basic
1000 * highest basic leaf (i.e. CPUID.0H:EAX) were requested. AMD CPUID semantics
1013 * - Basic: 0x00000000 - 0x3fffffff, 0x50000000 - 0x7fffffff
1029 struct kvm_cpuid_entry2 *basic, *class; in get_out_of_range_cpuid_entry() local
1032 basic = kvm_find_cpuid_entry(vcpu, 0, 0); in get_out_of_range_cpuid_entry()
1033 if (!basic) in get_out_of_range_cpuid_entry()
1036 if (is_guest_vendor_amd(basic->ebx, basic->ecx, basic->edx) || in get_out_of_range_cpuid_entry()
1037 is_guest_vendor_hygon(basic->ebx, basic->ecx, basic->edx)) in get_out_of_range_cpuid_entry()
1052 * max basic entry, e.g. if the max basic leaf is 0xb but there is no in get_out_of_range_cpuid_entry()
1056 *fn_ptr = basic->eax; in get_out_of_range_cpuid_entry()
1060 * the effective CPUID entry is the max basic leaf. Note, the index of in get_out_of_range_cpuid_entry()
1063 return kvm_find_cpuid_entry(vcpu, basic->eax, index); in get_out_of_range_cpuid_entry()