ht_mask_width      96 arch/x86/kernel/cpu/topology.c 	unsigned int ht_mask_width, core_plus_mask_width, die_plus_mask_width;
ht_mask_width     111 arch/x86/kernel/cpu/topology.c 	core_plus_mask_width = ht_mask_width = BITS_SHIFT_NEXT_LEVEL(eax);
ht_mask_width     136 arch/x86/kernel/cpu/topology.c 	core_select_mask = (~(-1 << core_plus_mask_width)) >> ht_mask_width;
ht_mask_width     141 arch/x86/kernel/cpu/topology.c 				ht_mask_width) & core_select_mask;