ladybird/Kernel/Bus/PCI
Andreas Kling c2792212f4 Kernel: Remove "supervisor" bit from PhysicalPage
Instead of each PhysicalPage knowing whether it comes from the
supervisor pages or from the user pages, we can just check in both
sets when freeing a page.

It's just a handful of pointer range checks, nothing expensive.
2021-07-12 11:09:42 +02:00
..
Access.cpp Kernel: Rename SysFS related classes in PCI code 2021-07-11 01:31:48 +02:00
Access.h Kernel: Rename SysFS related classes in PCI code 2021-07-11 01:31:48 +02:00
Definitions.h Kernel: Use range-for wherever possible 2021-07-08 10:11:00 +02:00
Device.cpp Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00
Device.h Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00
DeviceController.cpp Kernel: Use range-for wherever possible 2021-07-08 10:11:00 +02:00
DeviceController.h Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00
IDs.h Kernel: Clarify and make it easy to not use raw numbers 2021-07-03 16:28:49 +02:00
Initializer.cpp Kernel: Rename SysFS related classes in PCI code 2021-07-11 01:31:48 +02:00
Initializer.h Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00
IOAccess.cpp Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00
IOAccess.h Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00
MMIOAccess.cpp Kernel: Remove unused header includes in Bus subtree 2021-07-11 21:37:38 +02:00
MMIOAccess.h Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00
WindowedMMIOAccess.cpp Kernel: Remove "supervisor" bit from PhysicalPage 2021-07-12 11:09:42 +02:00
WindowedMMIOAccess.h Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00