Searched refs:x86_family (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/x86/lib/
H A Dcpu.c6 unsigned int x86_family(unsigned int sig) function
17 EXPORT_SYMBOL_GPL(x86_family); variable
23 fam = x86_family(sig);
/linux-master/arch/x86/kernel/cpu/
H A Dmatch.c68 for (m = match; m->x86_family | m->x86_model; m++) {
71 if (c->x86 != m->x86_family)
H A Dcommon.c909 c->x86 = x86_family(tfms);
/linux-master/arch/x86/include/asm/
H A Dcpu_device_id.h178 u8 x86_family; member in struct:x86_cpu_desc
186 .x86_family = 6, \
H A Dcpu.h26 unsigned int x86_family(unsigned int sig);
/linux-master/arch/x86/kernel/cpu/microcode/
H A Dinternal.h94 return x86_family(eax);
H A Dcore.c140 if (x86_family(cpuid_1_eax) < 6)
145 if (x86_family(cpuid_1_eax) < 0x10)
174 if (x86_family(cpuid_1_eax) >= 6)
178 if (x86_family(cpuid_1_eax) >= 0x10)
H A Damd.c355 ret = verify_patch(x86_family(desc->cpuid_1_eax), buf, size, &patch_size);
493 if (!get_builtin_microcode(&cp, x86_family(cpuid_1_eax)))
540 ret = load_microcode_amd(x86_family(cpuid_1_eax), desc.data, desc.size);
H A Dintel.c77 if (x86_model(sig->sig) >= 5 || x86_family(sig->sig) > 6) {
359 x86_family(eax), x86_model(eax), x86_stepping(eax));
/linux-master/drivers/edac/
H A Dmce_amd.c586 unsigned int fam = x86_family(m->cpuid);
644 unsigned int fam = x86_family(m->cpuid);
796 unsigned int fam = x86_family(m->cpuid);
/linux-master/arch/x86/kvm/
H A Dcpuid.h141 return x86_family(best->eax);
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h331 static inline unsigned int x86_family(unsigned int eax) function
652 return x86_family(this_cpu_fms());
907 return x86_family(kvm_cpu_fms());
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c412 if (x86_family(eax) == 0x6) {

Completed in 198 milliseconds