1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-03 01:52:13 +00:00
serenity/Kernel/Interrupts
Liav A b2e5425426 Kernel: Add SpuriousInterruptHandler class
This type of interrupt handler should handle spurious IRQs.
2020-02-29 00:12:46 +01:00
..
APIC.cpp Kernel: Add the new APIC namespace 2020-02-24 11:27:03 +01:00
APIC.h Kernel: Add the new APIC namespace 2020-02-24 11:27:03 +01:00
GenericInterruptHandler.cpp Kernel: Add Interrupt Management and Generic Interrupt Handler 2020-02-24 11:27:03 +01:00
GenericInterruptHandler.h Kernel: Add SpuriousInterruptHandler type into HandlerPurpose 2020-02-29 00:12:46 +01:00
InterruptManagement.cpp Kernel: Don't use references or pointers to physical addresses 2020-02-24 11:27:03 +01:00
InterruptManagement.h Kernel: Don't use references or pointers to physical addresses 2020-02-24 11:27:03 +01:00
IOAPIC.cpp IOAPIC: Use dbg() instead of dbgprintf() 2020-02-27 13:05:12 +01:00
IOAPIC.h Kernel: Add the IOAPIC class 2020-02-24 11:27:03 +01:00
IRQController.h Kernel: Add IRQController class 2020-02-24 11:27:03 +01:00
IRQHandler.cpp Kernel: Add new IRQHandler class 2020-02-24 11:27:03 +01:00
IRQHandler.h Kernel: Change get_sharing_devices_count() in GenericInterruptHandler 2020-02-24 11:27:03 +01:00
MSIHandler.h Kernel: Change get_sharing_devices_count() in GenericInterruptHandler 2020-02-24 11:27:03 +01:00
PIC.cpp Kernel: Add the PIC class 2020-02-24 11:27:03 +01:00
PIC.h Kernel: Add the PIC class 2020-02-24 11:27:03 +01:00
SharedIRQHandler.cpp Kernel: Add SharedIRQHandler class 2020-02-24 11:27:03 +01:00
SharedIRQHandler.h Kernel: Change get_sharing_devices_count() in GenericInterruptHandler 2020-02-24 11:27:03 +01:00
SpuriousInterruptHandler.cpp Kernel: Add SpuriousInterruptHandler class 2020-02-29 00:12:46 +01:00
SpuriousInterruptHandler.h Kernel: Add SpuriousInterruptHandler class 2020-02-29 00:12:46 +01:00
UnhandledInterruptHandler.cpp Kernel: Add UnhandledInterruptHandler class 2020-02-24 11:27:03 +01:00
UnhandledInterruptHandler.h Kernel: Change get_sharing_devices_count() in GenericInterruptHandler 2020-02-24 11:27:03 +01:00