Searched refs:phys_pkg_id (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | topology.c | 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 | 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() 1561 c->apicid = apic->phys_pkg_id(c->initial_apicid, 0); in generic_identify() 1652 c->apicid = apic->phys_pkg_id(c->initial_apicid, 0); in identify_cpu()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/apic/ |
| H A D | apic_flat_64.c | 130 .phys_pkg_id = flat_phys_pkg_id, 223 .phys_pkg_id = flat_phys_pkg_id,
|
| H A D | apic_numachip.c | 263 .phys_pkg_id = numachip_phys_pkg_id, 312 .phys_pkg_id = numachip_phys_pkg_id,
|
| H A D | apic_noop.c | 116 .phys_pkg_id = noop_phys_pkg_id,
|
| H A D | bigsmp_32.c | 145 .phys_pkg_id = bigsmp_phys_pkg_id,
|
| H A D | probe_32.c | 87 .phys_pkg_id = default_phys_pkg_id,
|
| H A D | x2apic_phys.c | 177 .phys_pkg_id = x2apic_phys_pkg_id,
|
| H A D | x2apic_cluster.c | 203 .phys_pkg_id = x2apic_phys_pkg_id,
|
| H A D | x2apic_uv_x.c | 843 .phys_pkg_id = uv_phys_pkg_id,
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | vsmp_64.c | 138 apic->phys_pkg_id = apicid_phys_pkg_id; in vsmp_apic_post_init()
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | apic.c | 165 .phys_pkg_id = xen_phys_pkg_id, /* detect_ht */
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | apic.h | 325 int (*phys_pkg_id)(int cpuid_apic, int index_msb); member
|