• Home
  • Raw
  • Download

Lines Matching full:lapic

163 early_param("lapic", parse_lapic);
206 * Get the LAPIC version
487 /* Lapic used as dummy for broadcast ? */ in lapic_timer_shutdown()
501 /* Lapic used as dummy for broadcast ? */ in lapic_timer_set_periodic_oneshot()
534 .name = "lapic",
616 /* Make LAPIC timer preferrable over percpu HPET */ in setup_APIC_timer()
624 levt->name = "lapic-deadline"; in setup_APIC_timer()
750 /* Correct the lapic counter value */ in calibrate_by_pmtimer()
841 * Check if lapic timer has already been calibrated by platform in calibrate_APIC_clock()
846 apic_printk(APIC_VERBOSE, "lapic timer already calibrated %d\n", in calibrate_APIC_clock()
867 * Setup the APIC counter to maximum. There is no way the lapic in calibrate_APIC_clock()
920 apic_printk(APIC_VERBOSE, "... lapic delta = %ld\n", delta); in calibrate_APIC_clock()
980 /* Stop the lapic timer */ in calibrate_APIC_clock()
1013 * commandline or from the CPU detection code. Register the lapic in setup_boot_APIC_clock()
1036 * PIT/HPET going. Otherwise register lapic as a dummy in setup_boot_APIC_clock()
1041 /* Setup the lapic or request the broadcast */ in setup_boot_APIC_clock()
1060 * Normally we should not be here till LAPIC has been initialized but in local_apic_timer_interrupt()
1061 * in some cases like kdump, its possible that there is a pending LAPIC in local_apic_timer_interrupt()
1065 * Interrupts are enabled early and LAPIC is setup much later, hence in local_apic_timer_interrupt()
1071 pr_warn("Spurious LAPIC timer interrupt on cpu %d\n", in local_apic_timer_interrupt()
1226 * When LAPIC was disabled by the BIOS and enabled by the kernel, in disable_local_APIC()
1240 * If Linux enabled the LAPIC against the BIOS default disable it down before
1243 * for the case where Linux didn't enable the LAPIC.
1528 * came from i8259 as ExtInt. LAPIC did not get EOI so it does not clear
2030 * "lapic" specified. in detect_init_APIC()
2034 "you can enable it with \"lapic\"\n"); in detect_init_APIC()
2078 * If the system has ACPI MADT tables or MP info, the LAPIC in init_apic_mappings()
2516 * on a cpu with non-zero lapic id. But boot_cpu_physical_apicid in apic_bsp_up_setup()
2517 * might be zero if read from MP tables. Get it from LAPIC. in apic_bsp_up_setup()