Lines Matching refs:apic
77 #include <asm/apic.h>
1013 * NOTE - on most systems this is a PHYSICAL apic ID, but on multiquad
1014 * (ie clustered apic addressing mode), this is a LOGICAL apic ID.
1025 if (apic->wakeup_secondary_cpu_64)
1071 if (apic->wakeup_secondary_cpu_64)
1072 ret = apic->wakeup_secondary_cpu_64(apicid, start_ip, cpu);
1073 else if (apic->wakeup_secondary_cpu)
1074 ret = apic->wakeup_secondary_cpu(apicid, start_ip, cpu);
1086 u32 apicid = apic->cpu_present_to_apicid(cpu);