Searched refs:cpu_present_to_apicid (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/arch/x86/kernel/apic/ |
D | x2apic_cluster.c | 111 u32 apicid = apic->cpu_present_to_apicid(cpu_i); in prefill_clustermask() 147 u32 apicid = apic->cpu_present_to_apicid(cpu_i); in alloc_clustermask() 178 u32 phys_apicid = apic->cpu_present_to_apicid(cpu); in x2apic_prepare_cpu() 238 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | apic_flat_64.c | 91 .cpu_present_to_apicid = default_cpu_present_to_apicid, 163 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | apic_numachip.c | 230 .cpu_present_to_apicid = default_cpu_present_to_apicid, 267 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | apic_noop.c | 55 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | bigsmp_32.c | 90 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | probe_32.c | 46 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | x2apic_phys.c | 153 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | x2apic_uv_x.c | 813 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
/linux-6.6.21/arch/x86/xen/ |
D | apic.c | 135 .cpu_present_to_apicid = xen_cpu_present_to_apicid,
|
/linux-6.6.21/arch/x86/include/asm/ |
D | apic.h | 298 int (*cpu_present_to_apicid)(int mps_cpu); member
|
/linux-6.6.21/arch/x86/kernel/ |
D | smpboot.c | 1053 int apicid = apic->cpu_present_to_apicid(cpu); in native_kick_ap()
|
/linux-6.6.21/arch/x86/kernel/cpu/ |
D | common.c | 1804 apicid = apic->cpu_present_to_apicid(cpu); in validate_apic_and_package_id()
|