Lines Matching full:lapic

139 early_param("lapic", parse_lapic);
180 * Get the LAPIC version
436 /* Lapic used as dummy for broadcast ? */ in lapic_timer_shutdown()
462 /* Lapic used as dummy for broadcast ? */ in lapic_timer_set_periodic_oneshot()
495 .name = "lapic",
577 /* Make LAPIC timer preferable over percpu HPET */ in setup_APIC_timer()
585 levt->name = "lapic-deadline"; in setup_APIC_timer()
711 /* Correct the lapic counter value */ in calibrate_by_pmtimer()
801 * Check if lapic timer has already been calibrated by platform in calibrate_APIC_clock()
806 apic_pr_verbose("lapic timer already calibrated %d\n", lapic_timer_period); in calibrate_APIC_clock()
825 * Setup the APIC counter to maximum. There is no way the lapic in calibrate_APIC_clock()
878 apic_pr_verbose("... lapic delta = %ld\n", delta); in calibrate_APIC_clock()
935 /* Stop the lapic timer */ in calibrate_APIC_clock()
968 * commandline or from the CPU detection code. Register the lapic in setup_boot_APIC_clock()
991 * PIT/HPET going. Otherwise register lapic as a dummy in setup_boot_APIC_clock()
996 /* Setup the lapic or request the broadcast */ in setup_boot_APIC_clock()
1015 * Normally we should not be here till LAPIC has been initialized but in local_apic_timer_interrupt()
1016 * in some cases like kdump, its possible that there is a pending LAPIC in local_apic_timer_interrupt()
1020 * Interrupts are enabled early and LAPIC is setup much later, hence in local_apic_timer_interrupt()
1026 pr_warn("Spurious LAPIC timer interrupt on cpu %d\n", in local_apic_timer_interrupt()
1174 * When LAPIC was disabled by the BIOS and enabled by the kernel, in disable_local_APIC()
1188 * If Linux enabled the LAPIC against the BIOS default disable it down before
1191 * for the case where Linux didn't enable the LAPIC.
1469 * came from i8259 as ExtInt. LAPIC did not get EOI so it does not clear
2028 * "lapic" specified. in detect_init_APIC()
2032 "you can enable it with \"lapic\"\n"); in detect_init_APIC()