serenity/Kernel/Interrupts
Liav A b9f9cbb12c Kernel/Interrupts: Remove stale MSIHandler class
When we implement MSI support, we can rely on the IRQHandler class for
installing IRQ handlers at the right location.
2022-02-05 18:13:02 +00:00
..
APIC.cpp Kernel: Stop using the make<T> factory method in the Kernel 2022-02-03 23:33:20 +01:00
APIC.h Kernel: Setup APIC AP cores boot environment before init_stage2 2021-12-22 00:02:36 -08:00
GenericInterruptHandler.cpp
GenericInterruptHandler.h
InterruptManagement.cpp Kernel/Interrupts: Initialize two spurious handlers when PIC is disabled 2022-01-30 21:07:20 +02:00
InterruptManagement.h Kernel/Interrupts: Initialize two spurious handlers when PIC is disabled 2022-01-30 21:07:20 +02:00
IOAPIC.cpp Kernel: Make map_typed() & map_typed_writable() fallible using ErrorOr 2022-01-13 22:40:25 +01:00
IOAPIC.h
IRQController.h
IRQHandler.cpp Kernel: Add conditional call to disable_irq in IRQHandler constructor 2022-02-02 18:26:59 +01:00
IRQHandler.h
PIC.cpp Kernel: Use a constexpr declaration for the disabled PIC IRQ base 2022-01-30 21:07:20 +02:00
PIC.h Kernel/Interrupts: Initialize two spurious handlers when PIC is disabled 2022-01-30 21:07:20 +02:00
SharedIRQHandler.cpp
SharedIRQHandler.h
SpuriousInterruptHandler.cpp Kernel/Interrupts: Initialize two spurious handlers when PIC is disabled 2022-01-30 21:07:20 +02:00
SpuriousInterruptHandler.h Kernel/Interrupts: Initialize two spurious handlers when PIC is disabled 2022-01-30 21:07:20 +02:00
UnhandledInterruptHandler.cpp
UnhandledInterruptHandler.h