1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 14:21:01 +00:00
serenity/Kernel/PCI
Ben Wiederhake 860a3bbce3 Kernel: Use default con/de-structors
This may seem like a no-op change, however it shrinks down the Kernel by a bit:
.text -432
.unmap_after_init -60
.data -480
.debug_info -673
.debug_aranges 8
.debug_ranges -232
.debug_line -558
.debug_str -308
.debug_frame -40

With '= default', the compiler can do more inlining, hence the savings.
I intentionally omitted some opportunities for '= default', because they
would increase the Kernel size.
2021-02-28 18:09:12 +01:00
..
Access.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Access.h Kernel: Fix PCI bridge enumeration 2021-01-31 19:06:40 +01:00
Definitions.h Kernel: Use default con/de-structors 2021-02-28 18:09:12 +01:00
Device.cpp Kernel: Use nested Kernel::PCI namespaces more to reduce PCI:: spam 2020-04-08 17:29:37 +02:00
Device.h Kernel: Change get_pci_address() to pci_address() in PCI::Device class 2020-02-24 11:27:03 +01:00
DeviceController.cpp Kernel: Add various methods to handle interrupts in the PCI subsystem 2020-12-21 00:19:21 +01:00
DeviceController.h Kernel: Use default con/de-structors 2021-02-28 18:09:12 +01:00
Initializer.cpp Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions 2021-02-19 21:42:18 +01:00
Initializer.h Kernel: Simplify PCI initialization logic 2020-04-08 17:39:17 +02:00
IOAccess.cpp Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions 2021-02-19 21:42:18 +01:00
IOAccess.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
MMIOAccess.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
MMIOAccess.h Kernel: Map PCI devices only once during boot 2020-11-01 10:19:17 +01:00