Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kernel/cpu/
Dtopology.c96 unsigned int ht_mask_width, core_plus_mask_width, die_plus_mask_width; in detect_extended_topology() local
112 core_plus_mask_width = ht_mask_width = BITS_SHIFT_NEXT_LEVEL(eax); in detect_extended_topology()
125 core_plus_mask_width = BITS_SHIFT_NEXT_LEVEL(eax); in detect_extended_topology()
138 core_select_mask = (~(-1 << core_plus_mask_width)) >> ht_mask_width; in detect_extended_topology()
140 core_plus_mask_width; in detect_extended_topology()
147 core_plus_mask_width) & die_select_mask; in detect_extended_topology()