Home
last modified time | relevance | path

Searched refs:core_plus_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()
600 core_plus_mask_width = BITS_SHIFT_NEXT_LEVEL(eax); in detect_extended_topology()
601 core_level_siblings = 1u << core_plus_mask_width; in detect_extended_topology()
608 core_select_mask = (~(~0u << core_plus_mask_width)) >> ht_mask_width; in detect_extended_topology()
612 c->phys_proc_id = phys_pkg_id(initial_apicid, core_plus_mask_width); in detect_extended_topology()
672 unsigned int eax, ecx, sub_index = 1, core_plus_mask_width; in apicid_to_socket() local
675 core_plus_mask_width = BITS_SHIFT_NEXT_LEVEL(eax); in apicid_to_socket()
681 core_plus_mask_width = in apicid_to_socket()
689 return _phys_pkg_id(apicid, core_plus_mask_width); in apicid_to_socket()

Completed in 3 milliseconds