/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | intel,ce4100-lapic.yaml | 4 $id: http://devicetree.org/schemas/interrupt-controller/intel,ce4100-lapic.yaml# 7 title: Intel Local Advanced Programmable Interrupt Controller (LAPIC) 15 architecture design, with a local component (LAPIC) integrated 17 (lapic) receives interrupts from the processor's interrupt pins, 22 Many of the Intel's generic devices like hpet, ioapic, lapic have 32 const: intel,ce4100-lapic 47 Virtual Wire Mode - use lapic as virtual wire interrupt delivery mode. 66 compatible = "intel,ce4100-lapic";
|
H A D | intel,ce4100-ioapic.yaml | 15 architecture design, with a local component (LAPIC) integrated 17 (lapic) receives interrupts from the processor's interrupt pins, 22 Many of the Intel's generic devices like hpet, ioapic, lapic have
|
/openbmc/linux/Documentation/arch/x86/x86_64/ |
H A D | cpu-hotplug-spec.rst | 12 In ACPI each CPU needs an LAPIC object in the MADT table (5.2.11.5 in the 13 ACPI 3.0 specification). ACPI already has the concept of disabled LAPIC 14 objects by setting the Enabled bit in the LAPIC object to zero. 18 it should have its LAPIC Enabled bit set to 0. Linux will use the number
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | acpi_table.c | 18 #include <asm/lapic.h> 179 static int acpi_create_madt_lapic(struct acpi_madt_lapic *lapic, in acpi_create_madt_lapic() argument 182 lapic->type = ACPI_APIC_LAPIC; in acpi_create_madt_lapic() 183 lapic->length = sizeof(struct acpi_madt_lapic); in acpi_create_madt_lapic() 184 lapic->flags = LOCAL_APIC_FLAG_ENABLED; in acpi_create_madt_lapic() 185 lapic->processor_id = cpu; in acpi_create_madt_lapic() 186 lapic->apic_id = apic; in acpi_create_madt_lapic() 188 return lapic->length; in acpi_create_madt_lapic()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | irq.c | 55 * interrupt in the user-mode LAPIC. in kvm_cpu_has_extint() 90 return kvm_apic_has_interrupt(v) != -1; /* LAPIC */ in kvm_cpu_has_injectable_intr() 103 return kvm_apic_has_interrupt(v) != -1; /* LAPIC */ in kvm_cpu_has_interrupt()
|
H A D | Makefile | 12 kvm-y += x86.o emulate.o i8259.o irq.o lapic.o \
|
H A D | irq.h | 19 #include "lapic.h"
|
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | apic.c | 162 early_param("lapic", parse_lapic); 203 * Get the LAPIC version 469 /* Lapic used as dummy for broadcast ? */ in lapic_timer_shutdown() 495 /* Lapic used as dummy for broadcast ? */ in lapic_timer_set_periodic_oneshot() 528 .name = "lapic", 610 /* Make LAPIC timer preferable over percpu HPET */ in setup_APIC_timer() 618 levt->name = "lapic-deadline"; in setup_APIC_timer() 744 /* Correct the lapic counter value */ in calibrate_by_pmtimer() 835 * Check if lapic timer has already been calibrated by platform in calibrate_APIC_clock() 840 apic_printk(APIC_VERBOSE, "lapic timer already calibrated %d\n", in calibrate_APIC_clock() [all …]
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | recalc_apic_map_test.c | 23 struct kvm_lapic_state lapic = {}; in race() local 28 vcpu_ioctl(vcpu, KVM_SET_LAPIC, &lapic); in race()
|
H A D | svm_int_ctl_test.c | 35 /* This code raises interrupt INTR_IRQ_NUMBER in the L1's LAPIC, in l2_guest_code()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | acpi.c | 92 struct acpi_madt_local_apic_override *lapic; in acpi_parse_lapic_addr_ovr() local 94 lapic = (struct acpi_madt_local_apic_override *)header; in acpi_parse_lapic_addr_ovr() 96 if (BAD_MADT_ENTRY(lapic, end)) in acpi_parse_lapic_addr_ovr() 99 if (lapic->address) { in acpi_parse_lapic_addr_ovr() 101 ipi_base_addr = ioremap(lapic->address, 0); in acpi_parse_lapic_addr_ovr() 590 "Error parsing MADT - no LAPIC entries\n"); in early_acpi_boot_init() 632 "Error parsing LAPIC address override entry\n"); in acpi_boot_init() 636 printk(KERN_ERR PREFIX "Error parsing LAPIC NMI entry\n"); in acpi_boot_init()
|
/openbmc/linux/drivers/acpi/ |
H A D | processor_core.c | 35 struct acpi_madt_local_apic *lapic = in map_lapic_id() local 38 if (!(lapic->lapic_flags & ACPI_MADT_ENABLED)) in map_lapic_id() 41 if (lapic->processor_id != acpi_id) in map_lapic_id() 44 *apic_id = lapic->id; in map_lapic_id()
|
/openbmc/linux/arch/x86/kernel/acpi/ |
H A D | boot.c | 844 pr_info("Unable to map lapic to logical cpu number\n"); in acpi_map_cpu() 1087 * Parse LAPIC entries in MADT 1099 * Note that the LAPIC address is obtained from the MADT (32-bit value) in early_acpi_parse_madt_lapic_addr_ovr() 1106 pr_err("Error parsing LAPIC address override entry\n"); in early_acpi_parse_madt_lapic_addr_ovr() 1138 pr_err("Error parsing LAPIC/X2APIC entries\n"); in acpi_parse_madt_lapic_entries() 1146 pr_err("No LAPIC entries present\n"); in acpi_parse_madt_lapic_entries() 1150 pr_err("Error parsing LAPIC entry\n"); in acpi_parse_madt_lapic_entries() 1160 pr_err("Error parsing LAPIC NMI entry\n"); in acpi_parse_madt_lapic_entries() 1341 * Parse MADT LAPIC entries in early_acpi_process_madt() 1367 * Parse MADT LAPIC entries in acpi_process_madt() [all …]
|
/openbmc/linux/arch/x86/hyperv/ |
H A D | hv_init.c | 384 * as we can run with the LAPIC timer as a fallback. in hv_stimer_setup_percpu_clockev() 389 * Still register the LAPIC timer, because the direct-mode STIMER is in hv_stimer_setup_percpu_clockev() 391 * to switch to LAPIC timer via /sys, if they want to. in hv_stimer_setup_percpu_clockev() 594 * hyperv_init() is called before LAPIC is initialized: see in hyperv_init() 597 * depends on LAPIC, so hv_stimer_alloc() should be called from in hyperv_init()
|
/openbmc/linux/drivers/clocksource/ |
H A D | hyperv_timer.c | 168 * that the LAPIC timer can take over until clockevents in hv_stimer_cleanup() 254 * clockevent based on emulated LAPIC timer hardware. in hv_stimer_alloc() 349 * Mode is not enabled, and fallback to the LAPIC timer. in hv_stimer_global_cleanup() 600 * on the emulated PIT or LAPIC timer. in hv_init_clocksource()
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | cpu_common.h | 14 * This reports BIST failure, enables the LAPIC, updates microcode, enables
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | ioapic.c | 9 #include <asm/lapic.h>
|
H A D | Makefile | 38 obj-$(CONFIG_APIC) += lapic.o ioapic.o
|
/openbmc/linux/arch/x86/platform/ce4100/ |
H A D | falconfalls.dts | 22 lapic = <&lapic0>; 45 compatible = "intel,ce4100-lapic";
|
/openbmc/qemu/target/i386/ |
H A D | cpu-apic.c | 52 object_property_add_child(OBJECT(cpu), "lapic", in x86_cpu_apic_create()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | mpparse.c | 156 if (!mpc->lapic) { in smp_check_mpc() 169 pr_info("MPTABLE: APIC at: 0x%X\n", mpc->lapic); in smp_check_mpc() 199 /* Initialize the lapic mapping */ in smp_read_mpc() 201 register_lapic_address(mpc->lapic); in smp_read_mpc()
|
H A D | irqinit.c | 62 * and then got re-enabled by "lapic", it hangs at boot time without this. in init_ISA_irqs()
|
/openbmc/u-boot/arch/x86/cpu/intel_common/ |
H A D | cpu.c | 11 #include <asm/lapic.h>
|
/openbmc/linux/arch/x86/platform/intel-mid/ |
H A D | intel-mid.c | 51 /* Lapic only, no apbt */ in intel_mid_time_init()
|
/openbmc/linux/arch/x86/mm/ |
H A D | srat.c | 64 /* Callback for Proximity Domain -> LAPIC mapping */
|