Lines Matching full:lapic
140 early_param("lapic", parse_lapic);
181 * Get the LAPIC version
437 /* Lapic used as dummy for broadcast ? */ in lapic_timer_shutdown()
463 /* Lapic used as dummy for broadcast ? */ in lapic_timer_set_periodic_oneshot()
496 .name = "lapic",
578 /* Make LAPIC timer preferable over percpu HPET */ in setup_APIC_timer()
586 levt->name = "lapic-deadline"; in setup_APIC_timer()
714 /* Correct the lapic counter value */ in calibrate_by_pmtimer()
804 * Check if lapic timer has already been calibrated by platform in calibrate_APIC_clock()
809 apic_pr_verbose("lapic timer already calibrated %d\n", lapic_timer_period); in calibrate_APIC_clock()
828 * Setup the APIC counter to maximum. There is no way the lapic in calibrate_APIC_clock()
881 apic_pr_verbose("... lapic delta = %ld\n", delta); in calibrate_APIC_clock()
938 /* Stop the lapic timer */ in calibrate_APIC_clock()
971 * commandline or from the CPU detection code. Register the lapic in setup_boot_APIC_clock()
994 * PIT/HPET going. Otherwise register lapic as a dummy in setup_boot_APIC_clock()
999 /* Setup the lapic or request the broadcast */ in setup_boot_APIC_clock()
1018 * Normally we should not be here till LAPIC has been initialized but in local_apic_timer_interrupt()
1019 * in some cases like kdump, its possible that there is a pending LAPIC in local_apic_timer_interrupt()
1023 * Interrupts are enabled early and LAPIC is setup much later, hence in local_apic_timer_interrupt()
1029 pr_warn("Spurious LAPIC timer interrupt on cpu %d\n", in local_apic_timer_interrupt()
1180 * When LAPIC was disabled by the BIOS and enabled by the kernel, in disable_local_APIC()
1194 * If Linux enabled the LAPIC against the BIOS default disable it down before
1197 * for the case where Linux didn't enable the LAPIC.
2031 * "lapic" specified. in detect_init_APIC()
2035 "you can enable it with \"lapic\"\n"); in detect_init_APIC()