Searched refs:initial_apicid (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/arch/x86/kernel/cpu/ |
D | topology.c | 81 c->initial_apicid = edx; in detect_extended_topology_early() 111 c->initial_apicid = edx; in detect_extended_topology() 149 c->cpu_core_id = apic->phys_pkg_id(c->initial_apicid, in detect_extended_topology() 153 c->cpu_die_id = apic->phys_pkg_id(c->initial_apicid, in detect_extended_topology() 157 c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, in detect_extended_topology() 162 c->apicid = apic->phys_pkg_id(c->initial_apicid, 0); in detect_extended_topology()
|
D | hygon.c | 123 c->cpu_core_id = c->initial_apicid & ((1 << bits)-1); in hygon_detect_cmp() 125 c->phys_proc_id = c->initial_apicid >> bits; in hygon_detect_cmp() 168 int ht_nodeid = c->initial_apicid; in srat_detect_node()
|
D | common.c | 917 c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, index_msb); in detect_ht() 925 c->cpu_core_id = apic->phys_pkg_id(c->initial_apicid, index_msb) & in detect_ht() 1764 c->initial_apicid = (cpuid_ebx(1) >> 24) & 0xFF; in generic_identify() 1767 c->apicid = apic->phys_pkg_id(c->initial_apicid, 0); in generic_identify() 1769 c->apicid = c->initial_apicid; in generic_identify() 1772 c->phys_proc_id = c->initial_apicid; in generic_identify() 1808 cpu, apicid, c->initial_apicid); in validate_apic_and_package_id() 1858 c->apicid = apic->phys_pkg_id(c->initial_apicid, 0); in identify_cpu()
|
D | amd.c | 466 c->cpu_core_id = c->initial_apicid & ((1 << bits)-1); in amd_detect_cmp() 468 c->phys_proc_id = c->initial_apicid >> bits; in amd_detect_cmp() 518 int ht_nodeid = c->initial_apicid; in srat_detect_node()
|
D | proc.c | 29 seq_printf(m, "initial apicid\t: %d\n", c->initial_apicid); in show_cpuinfo_core()
|
/linux-6.6.21/arch/x86/kernel/apic/ |
D | x2apic_phys.c | 137 int x2apic_phys_pkg_id(int initial_apicid, int index_msb) in x2apic_phys_pkg_id() argument 139 return initial_apicid >> index_msb; in x2apic_phys_pkg_id()
|
D | local.h | 20 int x2apic_phys_pkg_id(int initial_apicid, int index_msb);
|
D | x2apic_uv_x.c | 792 static int uv_phys_pkg_id(int initial_apicid, int index_msb) in uv_phys_pkg_id() argument
|
/linux-6.6.21/arch/x86/kernel/cpu/mce/ |
D | apei.c | 106 if (cpu_data(cpu).initial_apicid == lapic_id) { in apei_smca_report_x86_error()
|
D | core.c | 128 m->apicid = cpu_data(m->extcpu).initial_apicid; in mce_setup()
|
/linux-6.6.21/arch/x86/include/asm/ |
D | processor.h | 129 u16 initial_apicid; member
|