Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/cpu/
Dtopology.c24 #define LEAFB_SUBTYPE(ecx) (((ecx) >> 8) & 0xff) macro
41 if (ebx == 0 || (LEAFB_SUBTYPE(ecx) != SMT_TYPE)) in check_extended_topology_leaf()
125 if (LEAFB_SUBTYPE(ecx) == CORE_TYPE) { in detect_extended_topology()
131 if (LEAFB_SUBTYPE(ecx) == DIE_TYPE) { in detect_extended_topology()
137 if (LEAFB_SUBTYPE(ecx) != INVALID_TYPE) in detect_extended_topology()
/linux-6.6.21/arch/x86/kernel/apic/
Dx2apic_uv_x.c250 #define LEAFB_SUBTYPE(ecx) (((ecx) >> 8) & 0xff) macro
265 if (ebx == 0 || (LEAFB_SUBTYPE(ecx) != SMT_TYPE)) { in set_x2apic_bits()
274 if (LEAFB_SUBTYPE(ecx) == CORE_TYPE) { in set_x2apic_bits()
279 } while (LEAFB_SUBTYPE(ecx) != INVALID_TYPE); in set_x2apic_bits()