Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dtopology.c33 unsigned int ht_mask_width, core_plus_mask_width; in detect_extended_topology() local
59 core_plus_mask_width = ht_mask_width = BITS_SHIFT_NEXT_LEVEL(eax); in detect_extended_topology()
70 core_plus_mask_width = BITS_SHIFT_NEXT_LEVEL(eax); in detect_extended_topology()
77 core_select_mask = (~(-1 << core_plus_mask_width)) >> ht_mask_width; in detect_extended_topology()
81 c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, core_plus_mask_width); in detect_extended_topology()