Searched refs:LEAFB_SUBTYPE (Results 1 – 2 of 2) sorted by relevance
24 #define LEAFB_SUBTYPE(ecx) (((ecx) >> 8) & 0xff) macro41 if (ebx == 0 || (LEAFB_SUBTYPE(ecx) != SMT_TYPE)) in check_extended_topology_leaf()124 if (LEAFB_SUBTYPE(ecx) == CORE_TYPE) { in detect_extended_topology()130 if (LEAFB_SUBTYPE(ecx) == DIE_TYPE) { in detect_extended_topology()136 if (LEAFB_SUBTYPE(ecx) != INVALID_TYPE) in detect_extended_topology()
248 #define LEAFB_SUBTYPE(ecx) (((ecx) >> 8) & 0xff) macro263 if (ebx == 0 || (LEAFB_SUBTYPE(ecx) != SMT_TYPE)) { in set_x2apic_bits()272 if (LEAFB_SUBTYPE(ecx) == CORE_TYPE) { in set_x2apic_bits()277 } while (LEAFB_SUBTYPE(ecx) != INVALID_TYPE); in set_x2apic_bits()