Home
last modified time | relevance | path

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

/xen/xen/arch/x86/cpu/
A Dcommon.c279 static inline u32 phys_pkg_id(u32 cpuid_apic, int index_msb) in phys_pkg_id() function
379 c->apicid = phys_pkg_id((ebx >> 24) & 0xFF, 0); in generic_identify()
610 c->cpu_core_id = phys_pkg_id(initial_apicid, 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()
614 c->apicid = phys_pkg_id(initial_apicid, 0); in detect_extended_topology()
646 c->phys_proc_id = phys_pkg_id((ebx >> 24) & 0xFF, index_msb); in detect_ht()
658 c->cpu_core_id = phys_pkg_id((ebx >> 24) & 0xFF, index_msb) & in detect_ht()

Completed in 3 milliseconds