Searched refs:cpu_present_to_apicid (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/arch/x86/kernel/apic/ |
D | apic_flat_64.c | 177 .cpu_present_to_apicid = default_cpu_present_to_apicid, 284 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | apic_numachip.c | 265 .cpu_present_to_apicid = default_cpu_present_to_apicid, 316 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | apic_noop.c | 134 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | x2apic_phys.c | 114 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | probe_32.c | 97 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | bigsmp_32.c | 172 .cpu_present_to_apicid = bigsmp_cpu_present_to_apicid,
|
D | x2apic_cluster.c | 258 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | x2apic_uv_x.c | 398 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
/linux-4.4.14/arch/x86/xen/ |
D | apic.c | 165 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
/linux-4.4.14/arch/x86/include/asm/ |
D | apic.h | 292 int (*cpu_present_to_apicid)(int mps_cpu); member
|
/linux-4.4.14/arch/x86/kernel/ |
D | smpboot.c | 954 int apicid = apic->cpu_present_to_apicid(cpu); in native_cpu_up()
|