Searched refs:cpu_present_to_apicid (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/arch/x86/kernel/apic/ |
D | apic_flat_64.c | 162 .cpu_present_to_apicid = default_cpu_present_to_apicid, 265 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | apic_numachip.c | 260 .cpu_present_to_apicid = default_cpu_present_to_apicid, 309 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | apic_noop.c | 126 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | bigsmp_32.c | 166 .cpu_present_to_apicid = bigsmp_cpu_present_to_apicid,
|
D | x2apic_phys.c | 159 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | probe_32.c | 120 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | x2apic_cluster.c | 199 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | x2apic_uv_x.c | 680 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
/Linux-v4.19/arch/x86/xen/ |
D | apic.c | 172 .cpu_present_to_apicid = xen_cpu_present_to_apicid,
|
/Linux-v4.19/arch/x86/include/asm/ |
D | apic.h | 324 int (*cpu_present_to_apicid)(int mps_cpu); member
|
/Linux-v4.19/arch/x86/kernel/ |
D | smpboot.c | 1074 int apicid = apic->cpu_present_to_apicid(cpu); in native_cpu_up() 1406 if (apic->cpu_present_to_apicid(0) == BAD_APICID && in prefill_possible_map()
|
/Linux-v4.19/arch/x86/kernel/cpu/ |
D | common.c | 1278 apicid = apic->cpu_present_to_apicid(cpu); in validate_apic_and_package_id()
|