Searched refs:cpu_present_to_apicid (Results 1 – 13 of 13) sorted by relevance
/linux-3.4.99/arch/x86/kernel/apic/ |
D | apic_flat_64.c | 201 .cpu_present_to_apicid = default_cpu_present_to_apicid, 360 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | apic_noop.c | 147 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | x2apic_phys.c | 147 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | probe_32.c | 114 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | bigsmp_32.c | 220 .cpu_present_to_apicid = bigsmp_cpu_present_to_apicid,
|
D | es7000_32.c | 647 .cpu_present_to_apicid = es7000_cpu_present_to_apicid, 713 .cpu_present_to_apicid = es7000_cpu_present_to_apicid,
|
D | x2apic_cluster.c | 234 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | apic_numachip.c | 268 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | numaq_32.c | 500 .cpu_present_to_apicid = numaq_cpu_present_to_apicid,
|
D | summit_32.c | 518 .cpu_present_to_apicid = summit_cpu_present_to_apicid,
|
D | x2apic_uv_x.c | 377 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
/linux-3.4.99/arch/x86/include/asm/ |
D | apic.h | 311 int (*cpu_present_to_apicid)(int mps_cpu); member
|
/linux-3.4.99/arch/x86/kernel/ |
D | smpboot.c | 825 int apicid = apic->cpu_present_to_apicid(cpu); in native_cpu_up()
|