Searched refs:initial_apicid (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | topology.c | 81 c->initial_apicid = edx; in detect_extended_topology_early() 111 c->initial_apicid = edx; in detect_extended_topology() 148 c->cpu_core_id = apic->phys_pkg_id(c->initial_apicid, in detect_extended_topology() 152 c->cpu_die_id = apic->phys_pkg_id(c->initial_apicid, in detect_extended_topology() 156 c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, in detect_extended_topology() 161 c->apicid = apic->phys_pkg_id(c->initial_apicid, 0); in detect_extended_topology()
|
| H A D | hygon.c | 121 c->cpu_core_id = c->initial_apicid & ((1 << bits)-1); in hygon_detect_cmp() 123 c->phys_proc_id = c->initial_apicid >> bits; in hygon_detect_cmp() 166 int ht_nodeid = c->initial_apicid; in srat_detect_node()
|
| H A D | common.c | 784 c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, index_msb); in detect_ht() 792 c->cpu_core_id = apic->phys_pkg_id(c->initial_apicid, index_msb) & in detect_ht() 1558 c->initial_apicid = (cpuid_ebx(1) >> 24) & 0xFF; in generic_identify() 1561 c->apicid = apic->phys_pkg_id(c->initial_apicid, 0); in generic_identify() 1563 c->apicid = c->initial_apicid; in generic_identify() 1566 c->phys_proc_id = c->initial_apicid; in generic_identify() 1602 cpu, apicid, c->initial_apicid); in validate_apic_and_package_id() 1652 c->apicid = apic->phys_pkg_id(c->initial_apicid, 0); in identify_cpu()
|
| H A D | amd.c | 391 c->cpu_core_id = c->initial_apicid & ((1 << bits)-1); in amd_detect_cmp() 393 c->phys_proc_id = c->initial_apicid >> bits; in amd_detect_cmp() 478 int ht_nodeid = c->initial_apicid; in srat_detect_node()
|
| H A D | proc.c | 27 seq_printf(m, "initial apicid\t: %d\n", c->initial_apicid); in show_cpuinfo_core()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/apic/ |
| H A D | x2apic_phys.c | 145 int x2apic_phys_pkg_id(int initial_apicid, int index_msb) in x2apic_phys_pkg_id() argument 147 return initial_apicid >> index_msb; in x2apic_phys_pkg_id()
|
| H A D | local.h | 25 int x2apic_phys_pkg_id(int initial_apicid, int index_msb);
|
| H A D | x2apic_uv_x.c | 806 static int uv_phys_pkg_id(int initial_apicid, int index_msb) in uv_phys_pkg_id() argument
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | processor.h | 125 u16 initial_apicid; member
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/ |
| H A D | core.c | 142 m->apicid = cpu_data(m->extcpu).initial_apicid; in mce_setup()
|