Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dcommon.c532 unsigned int ht_mask_width, core_plus_mask_width; in detect_extended_topology() local
551 core_plus_mask_width = ht_mask_width = BITS_SHIFT_NEXT_LEVEL(eax); in detect_extended_topology()
560 core_plus_mask_width = BITS_SHIFT_NEXT_LEVEL(eax); in detect_extended_topology()
567 core_select_mask = (~(~0u << core_plus_mask_width)) >> ht_mask_width; in detect_extended_topology()
571 c->phys_proc_id = phys_pkg_id(initial_apicid, core_plus_mask_width); in detect_extended_topology()
629 unsigned int eax, ecx, sub_index = 1, core_plus_mask_width; in apicid_to_socket() local
632 core_plus_mask_width = BITS_SHIFT_NEXT_LEVEL(eax); in apicid_to_socket()
638 core_plus_mask_width = in apicid_to_socket()
646 return _phys_pkg_id(apicid, core_plus_mask_width); in apicid_to_socket()

Completed in 2 milliseconds