Searched refs:phys_proc_id (Results 1 – 6 of 6) sorted by relevance
18 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()
380 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()
502 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()
261 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()
130 __u32 phys_proc_id; /* package ID of each logical CPU */ member170 #define cpu_to_socket(_cpu) (cpu_data[_cpu].phys_proc_id)
1051 *chipid = c->phys_proc_id; in x86_mc_get_cpu_info()
Completed in 15 milliseconds