serenity/Kernel/Arch/x86_64/Interrupts
Idan Horowitz 827322c139 Kernel: Stop allocating physical pages for mapped MMIO regions
As MMIO is placed at fixed physical addressed, and does not need to be
backed by real RAM physical pages, there's no need to use PhysicalPage
instances to track their pages.
This results in slightly reduced allocations, but more importantly
makes MMIO addresses which end up after the normal RAM ranges work,
like 64-bit PCI BARs usually are.
2024-05-17 15:38:28 -06:00
..
APIC.cpp Kernel: Stop allocating physical pages for mapped MMIO regions 2024-05-17 15:38:28 -06:00
APIC.h Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
IOAPIC.cpp Kernel: Move InterruptDisabler to the Interrupts subdirectory 2023-06-04 21:32:34 +02:00
IOAPIC.h Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
PIC.cpp Kernel: Move InterruptDisabler to the Interrupts subdirectory 2023-06-04 21:32:34 +02:00
PIC.h Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal 2022-12-28 11:53:41 +01:00