Home
last modified time | relevance | path

Searched refs:INTEL_P4_PRESCOTT (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dintel-family.h204 #define INTEL_P4_PRESCOTT IFM(15, 0x03) macro
/linux/arch/x86/kernel/cpu/
H A Dintel.c246 if (c->x86_vfm == INTEL_P4_PRESCOTT && in early_init_intel()
263 } else if ((c->x86_vfm >= INTEL_P4_PRESCOTT && c->x86_vfm <= INTEL_P4_CEDARMILL) || in early_init_intel()
/linux/arch/x86/events/intel/
H A Dp4.c737 if (boot_cpu_data.x86_vfm != INTEL_P4_PRESCOTT && in p4_event_match_cpu_model()