Lines Matching full:lapic
162 early_param("lapic", parse_lapic);
203 * Get the LAPIC version
469 /* Lapic used as dummy for broadcast ? */ in lapic_timer_shutdown()
483 /* Lapic used as dummy for broadcast ? */ in lapic_timer_set_periodic_oneshot()
516 .name = "lapic",
598 /* Make LAPIC timer preferable over percpu HPET */ in setup_APIC_timer()
606 levt->name = "lapic-deadline"; in setup_APIC_timer()
732 /* Correct the lapic counter value */ in calibrate_by_pmtimer()
823 * Check if lapic timer has already been calibrated by platform in calibrate_APIC_clock()
828 apic_printk(APIC_VERBOSE, "lapic timer already calibrated %d\n", in calibrate_APIC_clock()
849 * Setup the APIC counter to maximum. There is no way the lapic in calibrate_APIC_clock()
902 apic_printk(APIC_VERBOSE, "... lapic delta = %ld\n", delta); in calibrate_APIC_clock()
962 /* Stop the lapic timer */ in calibrate_APIC_clock()
995 * commandline or from the CPU detection code. Register the lapic in setup_boot_APIC_clock()
1018 * PIT/HPET going. Otherwise register lapic as a dummy in setup_boot_APIC_clock()
1023 /* Setup the lapic or request the broadcast */ in setup_boot_APIC_clock()
1042 * Normally we should not be here till LAPIC has been initialized but in local_apic_timer_interrupt()
1043 * in some cases like kdump, its possible that there is a pending LAPIC in local_apic_timer_interrupt()
1047 * Interrupts are enabled early and LAPIC is setup much later, hence in local_apic_timer_interrupt()
1053 pr_warn("Spurious LAPIC timer interrupt on cpu %d\n", in local_apic_timer_interrupt()
1201 * When LAPIC was disabled by the BIOS and enabled by the kernel, in disable_local_APIC()
1215 * If Linux enabled the LAPIC against the BIOS default disable it down before
1218 * for the case where Linux didn't enable the LAPIC.
1497 * came from i8259 as ExtInt. LAPIC did not get EOI so it does not clear
2054 * "lapic" specified. in detect_init_APIC()
2058 "you can enable it with \"lapic\"\n"); in detect_init_APIC()