serenity/Kernel/Interrupts
Brian Gianforcaro 64b4e3f34b
Kernel: Add Processor::is_bootstrap_processor() function, and use it. (#6871)
The variety of checks for Processor::id() == 0 could use some assistance
in the readability department. This change adds a new function to
represent this check, and replaces the comparison everywhere it's used.
2021-05-05 18:48:26 +02:00
..
APIC.cpp Kernel: Add Processor::is_bootstrap_processor() function, and use it. (#6871) 2021-05-05 18:48:26 +02:00
APIC.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
GenericInterruptHandler.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
GenericInterruptHandler.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
InterruptManagement.cpp Kernel: Remove unused header includes from various files. 2021-05-03 16:03:17 +02:00
InterruptManagement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IOAPIC.cpp Kernel: Remove unused header includes from various files. 2021-05-03 16:03:17 +02:00
IOAPIC.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRQController.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRQHandler.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRQHandler.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
MSIHandler.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PIC.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PIC.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SharedIRQHandler.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SharedIRQHandler.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SpuriousInterruptHandler.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SpuriousInterruptHandler.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
UnhandledInterruptHandler.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
UnhandledInterruptHandler.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00