Searched refs:LEAFB_SUBTYPE (Results 1 – 2 of 2) sorted by relevance
21 #define LEAFB_SUBTYPE(ecx) (((ecx) >> 8) & 0xff) macro38 if (ebx == 0 || (LEAFB_SUBTYPE(ecx) != SMT_TYPE)) in detect_extended_topology_early()81 if (LEAFB_SUBTYPE(ecx) == CORE_TYPE) { in detect_extended_topology()88 } while (LEAFB_SUBTYPE(ecx) != INVALID_TYPE); in detect_extended_topology()
208 #define LEAFB_SUBTYPE(ecx) (((ecx) >> 8) & 0xff) macro223 if (ebx == 0 || (LEAFB_SUBTYPE(ecx) != SMT_TYPE)) { in set_x2apic_bits()232 if (LEAFB_SUBTYPE(ecx) == CORE_TYPE) { in set_x2apic_bits()237 } while (LEAFB_SUBTYPE(ecx) != INVALID_TYPE); in set_x2apic_bits()