Home
last modified time | relevance | path

Searched full:lapic (Results 1 – 25 of 81) sorted by relevance

1234

/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dintel,ce4100-lapic.yaml4 $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 Dintel,ce4100-ioapic.yaml15 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 Dcpu-hotplug-spec.rst12 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 Dacpi_table.c18 #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 Dirq.c55 * 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 DMakefile12 kvm-y += x86.o emulate.o i8259.o irq.o lapic.o \
H A Dirq.h19 #include "lapic.h"
/openbmc/linux/arch/x86/kernel/apic/
H A Dapic.c162 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 Drecalc_apic_map_test.c23 struct kvm_lapic_state lapic = {}; in race() local
28 vcpu_ioctl(vcpu, KVM_SET_LAPIC, &lapic); in race()
H A Dsvm_int_ctl_test.c35 /* This code raises interrupt INTR_IRQ_NUMBER in the L1's LAPIC, in l2_guest_code()
/openbmc/linux/arch/ia64/kernel/
H A Dacpi.c92 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 Dprocessor_core.c35 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 Dboot.c844 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 Dhv_init.c384 * 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 Dhyperv_timer.c168 * 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 Dcpu_common.h14 * This reports BIST failure, enables the LAPIC, updates microcode, enables
/openbmc/u-boot/arch/x86/cpu/
H A Dioapic.c9 #include <asm/lapic.h>
H A DMakefile38 obj-$(CONFIG_APIC) += lapic.o ioapic.o
/openbmc/linux/arch/x86/platform/ce4100/
H A Dfalconfalls.dts22 lapic = <&lapic0>;
45 compatible = "intel,ce4100-lapic";
/openbmc/qemu/target/i386/
H A Dcpu-apic.c52 object_property_add_child(OBJECT(cpu), "lapic", in x86_cpu_apic_create()
/openbmc/linux/arch/x86/kernel/
H A Dmpparse.c156 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 Dirqinit.c62 * 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 Dcpu.c11 #include <asm/lapic.h>
/openbmc/linux/arch/x86/platform/intel-mid/
H A Dintel-mid.c51 /* Lapic only, no apbt */ in intel_mid_time_init()
/openbmc/linux/arch/x86/mm/
H A Dsrat.c64 /* Callback for Proximity Domain -> LAPIC mapping */

1234