Home
last modified time | relevance | path

Searched refs:INTEL_PENTIUM_PRO (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/arch/x86/kernel/cpu/
H A Dintel.c289 if (c->x86_vfm >= INTEL_PENTIUM_PRO && in early_init_intel()
353 if (boot_cpu_data.x86_vfm == INTEL_PENTIUM_PRO && in ppro_with_ram_bug()
458 if (c->x86_vfm >= INTEL_PENTIUM_PRO) in intel_workarounds()
/linux-6.15/arch/x86/include/asm/
H A Dintel-family.h55 #define INTEL_PENTIUM_PRO IFM(6, 0x01) macro
/linux-6.15/arch/x86/events/intel/
H A Dp6.c253 if (boot_cpu_data.x86_vfm == INTEL_PENTIUM_PRO) in p6_pmu_init()
/linux-6.15/arch/x86/kernel/
H A Dsmpboot.c659 if ((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL && boot_cpu_data.x86_vfm >= INTEL_PENTIUM_PRO) || in smp_set_init_udelay()
/linux-6.15/arch/x86/mm/pat/
H A Dmemtype.c294 if ((c->x86_vfm >= INTEL_PENTIUM_PRO && c->x86_vfm <= INTEL_PENTIUM_M_DOTHAN) || in pat_bp_init()
/linux-6.15/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c1030 if (mtrr_if == &generic_mtrr_ops && boot_cpu_data.x86_vfm == INTEL_PENTIUM_PRO && in generic_validate_add_page()
/linux-6.15/arch/x86/kernel/apic/
H A Dapic.c2015 boot_cpu_data.x86_vfm >= INTEL_PENTIUM_PRO) in detect_init_APIC()
/linux-6.15/arch/x86/kernel/cpu/mce/
H A Dcore.c1958 if (c->x86_vfm < INTEL_PENTIUM_PRO) in apply_quirks_intel()