serenity/Kernel/Interrupts
Andreas Kling e0da8da657 Kernel: Move create_identity_mapped_region() to MemoryManager
This had no business being in RegionTree, since RegionTree doesn't track
identity-mapped regions anyway. (We allow *any* address to be identity
mapped, not just the ones that are part of the RegionTree's range.)
2022-04-05 13:45:10 +02:00
..
APIC.cpp Kernel: Move create_identity_mapped_region() to MemoryManager 2022-04-05 13:45:10 +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