Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dsmpboot.c244 if ( (c[cpu].phys_proc_id == c[i].phys_proc_id) && in set_cpu_sibling_map()
247 } else if ( (c[cpu].phys_proc_id == c[i].phys_proc_id) && in set_cpu_sibling_map()
268 if ( c[cpu].phys_proc_id == c[i].phys_proc_id ) in set_cpu_sibling_map()
653 c[cpu].phys_proc_id = XEN_INVALID_SOCKET_ID; in cpu_smpboot_free()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dcommon.c369 c->phys_proc_id = c->apicid; in generic_identify()
432 c->phys_proc_id = XEN_INVALID_SOCKET_ID; in identify_cpu()
571 c->phys_proc_id = phys_pkg_id(initial_apicid, core_plus_mask_width); in detect_extended_topology()
579 c->phys_proc_id); in detect_extended_topology()
603 c->phys_proc_id = phys_pkg_id((ebx >> 24) & 0xFF, index_msb); in detect_ht()
607 c->phys_proc_id); in detect_ht()
A Damd.c499 c->cpu_core_id = c->phys_proc_id & ((1<<bits)-1); in amd_get_topology()
501 c->phys_proc_id >>= bits; in amd_get_topology()
513 cpu, c->x86_max_cores, c->phys_proc_id, in amd_get_topology()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dprocessor.h139 __u32 phys_proc_id; /* package ID of each logical CPU */ member
183 #define cpu_to_socket(_cpu) (cpu_data[_cpu].phys_proc_id)
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/
A Dmce.c1014 *chipid = c->phys_proc_id; in x86_mc_get_cpu_info()

Completed in 12 milliseconds