Searched refs:phys_proc_id (Results 1 – 5 of 5) sorted by relevance
244 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()
369 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()
499 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()
139 __u32 phys_proc_id; /* package ID of each logical CPU */ member183 #define cpu_to_socket(_cpu) (cpu_data[_cpu].phys_proc_id)
1014 *chipid = c->phys_proc_id; in x86_mc_get_cpu_info()
Completed in 24 milliseconds