Searched refs:phys_pkg_id (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/arch/x86/kernel/cpu/ |
D | topology.c | 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 | 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() 1767 c->apicid = apic->phys_pkg_id(c->initial_apicid, 0); in generic_identify() 1858 c->apicid = apic->phys_pkg_id(c->initial_apicid, 0); in identify_cpu()
|
/linux-6.6.21/arch/x86/kernel/apic/ |
D | apic_flat_64.c | 92 .phys_pkg_id = flat_phys_pkg_id, 164 .phys_pkg_id = flat_phys_pkg_id,
|
D | apic_numachip.c | 231 .phys_pkg_id = numachip_phys_pkg_id, 268 .phys_pkg_id = numachip_phys_pkg_id,
|
D | apic_noop.c | 57 .phys_pkg_id = noop_phys_pkg_id,
|
D | bigsmp_32.c | 91 .phys_pkg_id = bigsmp_phys_pkg_id,
|
D | probe_32.c | 47 .phys_pkg_id = default_phys_pkg_id,
|
D | x2apic_phys.c | 154 .phys_pkg_id = x2apic_phys_pkg_id,
|
D | x2apic_cluster.c | 239 .phys_pkg_id = x2apic_phys_pkg_id,
|
D | x2apic_uv_x.c | 814 .phys_pkg_id = uv_phys_pkg_id,
|
/linux-6.6.21/arch/x86/kernel/ |
D | vsmp_64.c | 138 apic->phys_pkg_id = apicid_phys_pkg_id; in vsmp_apic_post_init()
|
/linux-6.6.21/arch/x86/xen/ |
D | apic.c | 136 .phys_pkg_id = xen_phys_pkg_id, /* detect_ht */
|
/linux-6.6.21/arch/x86/include/asm/ |
D | apic.h | 299 int (*phys_pkg_id)(int cpuid_apic, int index_msb); member
|