Home
last modified time | relevance | path

Searched refs:phys_pkg_id (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Dtopology.c149 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()
H A Dcommon.c784 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()
1624 c->apicid = apic->phys_pkg_id(c->initial_apicid, 0); in generic_identify()
1715 c->apicid = apic->phys_pkg_id(c->initial_apicid, 0); in identify_cpu()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Dtopology.c149 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()
H A Dcommon.c917 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()
1799 c->apicid = apic->phys_pkg_id(c->initial_apicid, 0); in generic_identify()
1890 c->apicid = apic->phys_pkg_id(c->initial_apicid, 0); in identify_cpu()
/kernel/linux/linux-6.6/arch/x86/kernel/apic/
H A Dapic_flat_64.c92 .phys_pkg_id = flat_phys_pkg_id,
164 .phys_pkg_id = flat_phys_pkg_id,
H A Dapic_numachip.c231 .phys_pkg_id = numachip_phys_pkg_id,
268 .phys_pkg_id = numachip_phys_pkg_id,
H A Dapic_noop.c57 .phys_pkg_id = noop_phys_pkg_id,
H A Dprobe_32.c47 .phys_pkg_id = default_phys_pkg_id,
H A Dbigsmp_32.c91 .phys_pkg_id = bigsmp_phys_pkg_id,
H A Dx2apic_phys.c154 .phys_pkg_id = x2apic_phys_pkg_id,
H A Dx2apic_cluster.c239 .phys_pkg_id = x2apic_phys_pkg_id,
/kernel/linux/linux-5.10/arch/x86/kernel/apic/
H A Dapic_flat_64.c130 .phys_pkg_id = flat_phys_pkg_id,
223 .phys_pkg_id = flat_phys_pkg_id,
H A Dapic_numachip.c263 .phys_pkg_id = numachip_phys_pkg_id,
312 .phys_pkg_id = numachip_phys_pkg_id,
H A Dapic_noop.c116 .phys_pkg_id = noop_phys_pkg_id,
H A Dx2apic_phys.c180 .phys_pkg_id = x2apic_phys_pkg_id,
H A Dprobe_32.c87 .phys_pkg_id = default_phys_pkg_id,
H A Dbigsmp_32.c145 .phys_pkg_id = bigsmp_phys_pkg_id,
H A Dx2apic_cluster.c203 .phys_pkg_id = x2apic_phys_pkg_id,
H A Dx2apic_uv_x.c843 .phys_pkg_id = uv_phys_pkg_id,
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dvsmp_64.c137 /* need to update phys_pkg_id */ in vsmp_apic_post_init()
138 apic->phys_pkg_id = apicid_phys_pkg_id; in vsmp_apic_post_init()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dvsmp_64.c137 /* need to update phys_pkg_id */ in vsmp_apic_post_init()
138 apic->phys_pkg_id = apicid_phys_pkg_id; in vsmp_apic_post_init()
/kernel/linux/linux-5.10/arch/x86/xen/
H A Dapic.c165 .phys_pkg_id = xen_phys_pkg_id, /* detect_ht */
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dapic.c136 .phys_pkg_id = xen_phys_pkg_id, /* detect_ht */
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dapic.h325 int (*phys_pkg_id)(int cpuid_apic, int index_msb); member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dapic.h299 int (*phys_pkg_id)(int cpuid_apic, int index_msb); member

Completed in 17 milliseconds

12