Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/cpu/
Dtopology.c20 #define LEAFB_SUBTYPE(ecx) (((ecx) >> 8) & 0xff) macro
45 if (ebx == 0 || (LEAFB_SUBTYPE(ecx) != SMT_TYPE)) in detect_extended_topology()
68 if (LEAFB_SUBTYPE(ecx) == CORE_TYPE) { in detect_extended_topology()
75 } while (LEAFB_SUBTYPE(ecx) != INVALID_TYPE); in detect_extended_topology()