Home
last modified time | relevance | path

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

/xen/xen/arch/x86/cpu/
A Dcommon.c575 unsigned int initial_apicid; in detect_extended_topology() local
588 initial_apicid = edx; in detect_extended_topology()
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()

Completed in 3 milliseconds