Home
last modified time | relevance | path

Searched refs:AMD_MODEL_RANGE_FAMILY (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/x86/kernel/cpu/
Damd.c743 if ((cpu->x86 == AMD_MODEL_RANGE_FAMILY(range)) && in cpu_has_amd_erratum()
/linux-2.6.39/arch/x86/include/asm/
Dprocessor.h1016 #define AMD_MODEL_RANGE_FAMILY(range) (((range) >> 24) & 0xff) macro