Home
last modified time | relevance | path

Searched refs:phys_pkg_id (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/arch/x86/kernel/cpu/
Dtopology.c92 c->cpu_core_id = apic->phys_pkg_id(c->initial_apicid, ht_mask_width) in detect_extended_topology()
94 c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, core_plus_mask_width); in detect_extended_topology()
98 c->apicid = apic->phys_pkg_id(c->initial_apicid, 0); in detect_extended_topology()
Dcommon.c696 c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, index_msb); in detect_ht()
704 c->cpu_core_id = apic->phys_pkg_id(c->initial_apicid, index_msb) & in detect_ht()
1217 c->apicid = apic->phys_pkg_id(c->initial_apicid, 0); in generic_identify()
1328 c->apicid = apic->phys_pkg_id(c->initial_apicid, 0); in identify_cpu()
/Linux-v4.19/arch/x86/kernel/apic/
Dapic_flat_64.c165 .phys_pkg_id = flat_phys_pkg_id,
268 .phys_pkg_id = flat_phys_pkg_id,
Dapic_numachip.c263 .phys_pkg_id = numachip_phys_pkg_id,
312 .phys_pkg_id = numachip_phys_pkg_id,
Dapic_noop.c131 .phys_pkg_id = noop_phys_pkg_id,
Dbigsmp_32.c169 .phys_pkg_id = bigsmp_phys_pkg_id,
Dx2apic_phys.c162 .phys_pkg_id = x2apic_phys_pkg_id,
Dprobe_32.c123 .phys_pkg_id = default_phys_pkg_id,
Dx2apic_cluster.c202 .phys_pkg_id = x2apic_phys_pkg_id,
Dx2apic_uv_x.c683 .phys_pkg_id = uv_phys_pkg_id,
/Linux-v4.19/arch/x86/xen/
Dapic.c175 .phys_pkg_id = xen_phys_pkg_id, /* detect_ht */
/Linux-v4.19/arch/x86/kernel/
Dvsmp_64.c211 apic->phys_pkg_id = apicid_phys_pkg_id; in vsmp_apic_post_init()
/Linux-v4.19/arch/x86/include/asm/
Dapic.h327 int (*phys_pkg_id)(int cpuid_apic, int index_msb); member