serenity/Kernel/Interrupts
Andreas Kling e3e1d79a7d Kernel: Remove unused ShouldDeallocateVirtualRange parameters
Since there is no separate virtual range allocator anymore, this is
no longer used for anything.
2022-04-05 01:15:22 +02:00
..
APIC.cpp Kernel: Remove unused ShouldDeallocateVirtualRange parameters 2022-04-05 01:15:22 +02:00
APIC.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
GenericInterruptHandler.cpp Kernel: Remove unused header includes 2021-08-01 08:10:16 +02:00
GenericInterruptHandler.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
InterruptManagement.cpp Kernel/Interrupts: Initialize two spurious handlers when PIC is disabled 2022-01-30 21:07:20 +02:00
InterruptManagement.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
IOAPIC.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
IOAPIC.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
IRQController.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
IRQHandler.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
IRQHandler.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
PIC.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
PIC.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SharedIRQHandler.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SharedIRQHandler.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SpuriousInterruptHandler.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SpuriousInterruptHandler.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
UnhandledInterruptHandler.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
UnhandledInterruptHandler.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00