Home
last modified time | relevance | path

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

/xen/xen/arch/x86/cpu/
A Dhygon.c18 c->phys_proc_id >>= APICID_SOCKET_ID_BIT; in hygon_get_topology()
28 c->phys_proc_id, c->cpu_core_id); in hygon_get_topology()
A Dcommon.c380 c->phys_proc_id = c->apicid; in generic_identify()
450 c->phys_proc_id = XEN_INVALID_SOCKET_ID; in identify_cpu()
612 c->phys_proc_id = phys_pkg_id(initial_apicid, core_plus_mask_width); in detect_extended_topology()
620 c->phys_proc_id); in detect_extended_topology()
646 c->phys_proc_id = phys_pkg_id((ebx >> 24) & 0xFF, index_msb); in detect_ht()
650 c->phys_proc_id); in detect_ht()
A Damd.c502 c->cpu_core_id = c->phys_proc_id & ((1<<bits)-1); in amd_get_topology()
504 c->phys_proc_id >>= bits; in amd_get_topology()
529 cpu, c->x86_max_cores, c->phys_proc_id, in amd_get_topology()
/xen/xen/arch/x86/
A Dsmpboot.c261 if ( cpu == i || c[cpu].phys_proc_id != c[i].phys_proc_id ) in set_cpu_sibling_map()
292 if ( c[cpu].phys_proc_id == c[i].phys_proc_id ) in set_cpu_sibling_map()
938 c[cpu].phys_proc_id = XEN_INVALID_SOCKET_ID; in cpu_smpboot_free()
/xen/xen/include/asm-x86/
A Dprocessor.h130 __u32 phys_proc_id; /* package ID of each logical CPU */ member
170 #define cpu_to_socket(_cpu) (cpu_data[_cpu].phys_proc_id)
/xen/xen/arch/x86/cpu/mcheck/
A Dmce.c1051 *chipid = c->phys_proc_id; in x86_mc_get_cpu_info()

Completed in 15 milliseconds