/linux-6.14.4/Documentation/devicetree/bindings/interrupt-controller/ |
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";
|
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
|
/linux-6.14.4/Documentation/arch/x86/x86_64/ |
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
|
/linux-6.14.4/tools/testing/selftests/kvm/x86/ |
D | xapic_state_test.c | 200 struct kvm_lapic_state lapic = {}; in test_x2apic_id() local 213 *(u32 *)(lapic.regs + APIC_ID) = i << 24; in test_x2apic_id() 214 *(u32 *)(lapic.regs + APIC_SPIV) = APIC_SPIV_APIC_ENABLED; in test_x2apic_id() 215 vcpu_ioctl(vcpu, KVM_SET_LAPIC, &lapic); in test_x2apic_id() 217 vcpu_ioctl(vcpu, KVM_GET_LAPIC, &lapic); in test_x2apic_id() 218 TEST_ASSERT(*((u32 *)&lapic.regs[APIC_ID]) == vcpu->id << 24, in test_x2apic_id()
|
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()
|
D | svm_int_ctl_test.c | 35 /* This code raises interrupt INTR_IRQ_NUMBER in the L1's LAPIC, in l2_guest_code()
|
/linux-6.14.4/arch/x86/kernel/apic/ |
D | apic.c | 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() [all …]
|
/linux-6.14.4/arch/x86/kvm/ |
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()
|
D | Makefile | 8 kvm-y += x86.o emulate.o i8259.o irq.o lapic.o \
|
D | irq.h | 19 #include "lapic.h"
|
D | debugfs.c | 11 #include "lapic.h"
|
/linux-6.14.4/arch/x86/kernel/acpi/ |
D | boot.c | 204 * when MADT provides both valid LAPIC and x2APIC entries, the APIC ID in acpi_parse_x2apic() 785 pr_info("Unable to map lapic to logical cpu number\n"); in acpi_map_cpu() 1021 * Parse LAPIC entries in MADT 1033 * Note that the LAPIC address is obtained from the MADT (32-bit value) in early_acpi_parse_madt_lapic_addr_ovr() 1040 pr_err("Error parsing LAPIC address override entry\n"); in early_acpi_parse_madt_lapic_addr_ovr() 1062 /* Check if there are valid LAPIC entries */ in acpi_parse_madt_lapic_entries() 1067 * MADT, no matter LAPIC entry or x2APIC entry is used. in acpi_parse_madt_lapic_entries() 1078 pr_err("Error parsing LAPIC/X2APIC entries\n"); in acpi_parse_madt_lapic_entries() 1085 pr_err("No LAPIC entries present\n"); in acpi_parse_madt_lapic_entries() 1089 pr_err("Error parsing LAPIC entry\n"); in acpi_parse_madt_lapic_entries() [all …]
|
/linux-6.14.4/drivers/acpi/ |
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()
|
/linux-6.14.4/arch/x86/hyperv/ |
D | hv_init.c | 383 * as we can run with the LAPIC timer as a fallback. in hv_stimer_setup_percpu_clockev() 388 * Still register the LAPIC timer, because the direct-mode STIMER is in hv_stimer_setup_percpu_clockev() 390 * to switch to LAPIC timer via /sys, if they want to. in hv_stimer_setup_percpu_clockev() 593 * hyperv_init() is called before LAPIC is initialized: see in hyperv_init() 596 * depends on LAPIC, so hv_stimer_alloc() should be called from in hyperv_init()
|
/linux-6.14.4/drivers/clocksource/ |
D | hyperv_timer.c | 182 * that the LAPIC timer can take over until clockevents in hv_stimer_cleanup() 268 * clockevent based on emulated LAPIC timer hardware. in hv_stimer_alloc() 363 * Mode is not enabled, and fallback to the LAPIC timer. in hv_stimer_global_cleanup() 614 * on the emulated PIT or LAPIC timer. in hv_init_clocksource()
|
/linux-6.14.4/arch/x86/platform/ce4100/ |
D | falconfalls.dts | 22 lapic = <&lapic0>; 45 compatible = "intel,ce4100-lapic";
|
/linux-6.14.4/arch/x86/kernel/ |
D | mpparse.c | 157 if (!mpc->lapic) { in smp_check_mpc() 170 pr_info("MPTABLE: APIC at: 0x%X\n", mpc->lapic); in smp_check_mpc() 201 /* Initialize the lapic mapping */ in smp_read_mpc() 203 register_lapic_address(mpc->lapic); in smp_read_mpc()
|
D | irqinit.c | 63 * and then got re-enabled by "lapic", it hangs at boot time without this. in init_ISA_irqs()
|
D | devicetree.c | 153 dn = of_find_compatible_node(NULL, NULL, "intel,ce4100-lapic"); in dtb_lapic_setup()
|
/linux-6.14.4/arch/x86/platform/intel-mid/ |
D | intel-mid.c | 53 /* Lapic only, no apbt */ in intel_mid_time_init()
|
/linux-6.14.4/arch/x86/mm/ |
D | srat.c | 63 /* Callback for Proximity Domain -> LAPIC mapping */
|
/linux-6.14.4/arch/x86/include/asm/ |
D | mpspec_def.h | 47 unsigned int lapic; /* APIC address */ member
|
/linux-6.14.4/arch/x86/kvm/svm/ |
D | pmu.c | 19 #include "lapic.h"
|
/linux-6.14.4/arch/x86/kvm/vmx/ |
D | capabilities.h | 7 #include "../lapic.h"
|
/linux-6.14.4/arch/loongarch/kernel/ |
D | acpi.c | 340 pr_info(PREFIX "Unable to map lapic to logical cpu number\n"); in acpi_map_cpu()
|