Searched refs:phys_pkg_id (Results 1 – 13 of 13) sorted by relevance
/linux/arch/x86/kernel/cpu/ |
A D | topology.c | 142 c->cpu_core_id = apic->phys_pkg_id(c->initial_apicid, in detect_extended_topology() 146 c->cpu_die_id = apic->phys_pkg_id(c->initial_apicid, in detect_extended_topology() 150 c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, in detect_extended_topology() 155 c->apicid = apic->phys_pkg_id(c->initial_apicid, 0); in detect_extended_topology()
|
A D | common.c | 787 c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, index_msb); in detect_ht() 795 c->cpu_core_id = apic->phys_pkg_id(c->initial_apicid, index_msb) & in detect_ht() 1488 c->apicid = apic->phys_pkg_id(c->initial_apicid, 0); in generic_identify() 1579 c->apicid = apic->phys_pkg_id(c->initial_apicid, 0); in identify_cpu()
|
/linux/arch/x86/kernel/apic/ |
A D | apic_flat_64.c | 128 .phys_pkg_id = flat_phys_pkg_id, 219 .phys_pkg_id = flat_phys_pkg_id,
|
A D | apic_numachip.c | 261 .phys_pkg_id = numachip_phys_pkg_id, 308 .phys_pkg_id = numachip_phys_pkg_id,
|
A D | apic_noop.c | 112 .phys_pkg_id = noop_phys_pkg_id,
|
A D | bigsmp_32.c | 142 .phys_pkg_id = bigsmp_phys_pkg_id,
|
A D | probe_32.c | 84 .phys_pkg_id = default_phys_pkg_id,
|
A D | x2apic_phys.c | 175 .phys_pkg_id = x2apic_phys_pkg_id,
|
A D | x2apic_cluster.c | 216 .phys_pkg_id = x2apic_phys_pkg_id,
|
A D | x2apic_uv_x.c | 843 .phys_pkg_id = uv_phys_pkg_id,
|
/linux/arch/x86/kernel/ |
A D | vsmp_64.c | 138 apic->phys_pkg_id = apicid_phys_pkg_id; in vsmp_apic_post_init()
|
/linux/arch/x86/xen/ |
A D | apic.c | 162 .phys_pkg_id = xen_phys_pkg_id, /* detect_ht */
|
/linux/arch/x86/include/asm/ |
A D | apic.h | 324 int (*phys_pkg_id)(int cpuid_apic, int index_msb); member
|
Completed in 20 milliseconds