serenity/Kernel/Interrupts
Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
We now use AK::Error and AK::ErrorOr<T> in both kernel and userspace!
This was a slightly tedious refactoring that took a long time, so it's
not unlikely that some bugs crept in.

Nevertheless, it does pass basic functionality testing, and it's just
real nice to finally see the same pattern in all contexts. :^)
2021-11-08 01:10:53 +01:00
..
APIC.cpp Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 2021-11-08 01:10:53 +01:00
APIC.h Kernel: Add x2APIC support 2021-09-04 22:22:58 +02:00
GenericInterruptHandler.cpp
GenericInterruptHandler.h Kernel: Add cross platform RegisterState header and Aarch64 version 2021-10-15 21:48:45 +01:00
InterruptManagement.cpp Kernel: Don't retrieve possibly nonexistent APIC table 2021-10-06 17:11:02 +02:00
InterruptManagement.h Kernel: Move ACPI and BIOS code into the new Firmware directory 2021-09-12 11:52:16 +02:00
IOAPIC.cpp
IOAPIC.h
IRQController.h
IRQHandler.cpp
IRQHandler.h Kernel: Use operator ""sv in all purpose() implementations 2021-10-03 13:36:10 +02:00
MSIHandler.h
PIC.cpp Kernel: Move x86 IO instructions code into the x86 specific folder 2021-10-01 12:27:20 +02:00
PIC.h
SharedIRQHandler.cpp
SharedIRQHandler.h Kernel: Use operator ""sv in all purpose() implementations 2021-10-03 13:36:10 +02:00
SpuriousInterruptHandler.cpp Kernel: Use operator ""sv in all purpose() implementations 2021-10-03 13:36:10 +02:00
SpuriousInterruptHandler.h
UnhandledInterruptHandler.cpp
UnhandledInterruptHandler.h Kernel: Use operator ""sv in all purpose() implementations 2021-10-03 13:36:10 +02:00