1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 13:10:59 +00:00
serenity/Kernel/Interrupts
Idan Horowitz fb3e46e930 Kernel: Make map_typed() & map_typed_writable() fallible using ErrorOr
This mostly just moved the problem, as a lot of the callers are not
capable of propagating the errors themselves, but it's a step in the
right direction.
2022-01-13 22:40:25 +01:00
..
APIC.cpp Kernel: Make map_typed() & map_typed_writable() fallible using ErrorOr 2022-01-13 22:40:25 +01:00
APIC.h
GenericInterruptHandler.cpp
GenericInterruptHandler.h
InterruptManagement.cpp Kernel: Make map_typed() & map_typed_writable() fallible using ErrorOr 2022-01-13 22:40:25 +01:00
InterruptManagement.h
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
IRQHandler.h
MSIHandler.h
PIC.cpp
PIC.h
SharedIRQHandler.cpp
SharedIRQHandler.h
SpuriousInterruptHandler.cpp
SpuriousInterruptHandler.h
UnhandledInterruptHandler.cpp
UnhandledInterruptHandler.h