Lines Matching full:apic

26  *		Ingo Molnar	:	Added APIC timers, based on code
77 #include <asm/apic.h>
184 * point before an INIT_deassert IPI reaches the local APIC, so it in ap_starting()
185 * is now safe to touch the local APIC. in ap_starting()
187 * Set up this CPU, first the APIC, which is probably redundant on in ap_starting()
696 /* Be paranoid about clearing APIC errors. */ in send_init_sequence()
732 * Determine this based on the APIC version. in wakeup_secondary_cpu_via_init()
733 * If we don't have an integrated APIC, don't send the STARTUP IPIs. in wakeup_secondary_cpu_via_init()
792 pr_err("APIC never delivered???\n"); in wakeup_secondary_cpu_via_init()
794 pr_err("APIC delivery error (%lx)\n", accept_status); in wakeup_secondary_cpu_via_init()
833 pr_info("Booting Node %d Processor %d APIC 0x%x\n", in announce_cpu()
860 * NOTE - on most systems this is a PHYSICAL apic ID, but on multiquad
861 * (ie clustered apic addressing mode), this is a LOGICAL apic ID.
872 if (apic->wakeup_secondary_cpu_64) in do_boot_cpu()
901 * Be paranoid about clearing APIC errors. in do_boot_cpu()
913 * - Use a method from the APIC driver if one defined, with wakeup in do_boot_cpu()
916 * - Use an INIT boot APIC message in do_boot_cpu()
918 if (apic->wakeup_secondary_cpu_64) in do_boot_cpu()
919 ret = apic->wakeup_secondary_cpu_64(apicid, start_ip); in do_boot_cpu()
920 else if (apic->wakeup_secondary_cpu) in do_boot_cpu()
921 ret = apic->wakeup_secondary_cpu(apicid, start_ip); in do_boot_cpu()
933 u32 apicid = apic->cpu_present_to_apicid(cpu); in native_kick_ap()
941 pr_err("CPU %u has invalid APIC ID %x. Aborting bringup\n", cpu, apicid); in native_kick_ap()
946 pr_err("CPU %u APIC ID %x is not present. Aborting bringup\n", cpu, apicid); in native_kick_ap()
1230 * Disable the local APIC. Otherwise IPI broadcasts will reach in native_cpu_disable()
1234 * Disabling the APIC must happen after cpu_disable_common() in native_cpu_disable()
1237 * Disabling the APIC preserves already set bits in IRR, but in native_cpu_disable()
1238 * an interrupt arriving after disabling the local APIC does not in native_cpu_disable()
1244 * IOW, interrupts arriving after disabling the local APIC will in native_cpu_disable()