Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dcommon.c433 c->cpu_core_id = XEN_INVALID_CORE_ID; in identify_cpu()
569 c->cpu_core_id = phys_pkg_id(initial_apicid, ht_mask_width) in detect_extended_topology()
582 c->cpu_core_id); in detect_extended_topology()
615 c->cpu_core_id = phys_pkg_id((ebx >> 24) & 0xFF, index_msb) & in detect_ht()
620 c->cpu_core_id); in detect_ht()
A Damd.c499 c->cpu_core_id = c->phys_proc_id & ((1<<bits)-1); in amd_get_topology()
517 c->cpu_core_id); in amd_get_topology()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dprocessor.h140 __u32 cpu_core_id; /* core ID of each logical CPU*/ member
182 #define cpu_to_core(_cpu) (cpu_data[_cpu].cpu_core_id)
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dsmpboot.c248 (c[cpu].cpu_core_id == c[i].cpu_core_id) ) { in set_cpu_sibling_map()
654 c[cpu].cpu_core_id = XEN_INVALID_CORE_ID; in cpu_smpboot_free()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/
A Dmce.c1016 *coreid = c->cpu_core_id; in x86_mc_get_cpu_info()

Completed in 10 milliseconds