Home
last modified time | relevance | path

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

/xen/xen/arch/x86/cpu/
A Dcommon.c573 unsigned int ht_mask_width, core_plus_mask_width; in detect_extended_topology() local
591 core_plus_mask_width = ht_mask_width = BITS_SHIFT_NEXT_LEVEL(eax); in detect_extended_topology()
592 core_level_siblings = c->x86_num_siblings = 1u << ht_mask_width; in detect_extended_topology()
608 core_select_mask = (~(~0u << core_plus_mask_width)) >> ht_mask_width; in detect_extended_topology()
610 c->cpu_core_id = phys_pkg_id(initial_apicid, ht_mask_width) in detect_extended_topology()

Completed in 3 milliseconds