ladybird/Kernel/Time
Timon Kruiper f085903f62 Kernel: Move IRQController and InterruptManagement to Arch directory
These 2 classes currently contain much code that is x86(_64) specific.
Move them to the architecture specific directory. This also allows for a
simpler implementation for aarch64.
2022-06-02 13:14:12 +01:00
..
APICTimer.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
APICTimer.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
HardwareTimer.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
HPET.cpp Kernel: Move IRQController and InterruptManagement to Arch directory 2022-06-02 13:14:12 +01:00
HPET.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
HPETComparator.cpp Kernel: Implement InterruptDisabler using generic Processor functions 2022-06-02 13:14:12 +01:00
HPETComparator.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
PIT.cpp Kernel: Implement InterruptDisabler using generic Processor functions 2022-06-02 13:14:12 +01:00
PIT.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
RTC.cpp Kernel: Implement InterruptDisabler using generic Processor functions 2022-06-02 13:14:12 +01:00
RTC.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TimeManagement.cpp Kernel: Implement InterruptDisabler using generic Processor functions 2022-06-02 13:14:12 +01:00
TimeManagement.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00