serenity/Kernel/Arch
2024-11-07 09:32:54 -05:00
..
aarch64 Kernel/aarch64: Add .{ro,unmap}_after_init sections to linker script 2024-11-07 09:32:54 -05:00
riscv64 Kernel: Rename pre_init arguments to fit the new BootInfo definition 2024-10-30 18:51:35 -04:00
x86_64 Kernel/x86: Fix indentation in linker script 2024-11-07 09:32:54 -05:00
ArchSpecificThreadData.h Kernel: Add a Thread member for arch-specific data 2024-04-19 16:46:47 -06:00
CPU.h Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
CPUID.h
CurrentTime.h
DebugOutput.h
DeferredCallEntry.h
DeferredCallPool.cpp
DeferredCallPool.h
Delay.h
FPUState.h
init.cpp Kernel: VERIFY that the SafeMem sections are not empty on all arches 2024-11-07 09:32:54 -05:00
InterruptManagement.h
Interrupts.h
IRQController.h
mcontext.h
PageDirectory.h
PageFault.cpp Kernel/riscv64: Don't hard-code the page fault reason on RISC-V 2024-03-25 14:18:38 -06:00
PageFault.h Kernel/riscv64: Don't hard-code the page fault reason on RISC-V 2024-03-25 14:18:38 -06:00
PCIMSI.h
PowerState.h
Processor.cpp Kernel: Share Processor::capture_stack_trace() between architectures 2024-08-16 16:01:19 -04:00
Processor.h Kernel: Remove Processor::is_kernel_mode 2024-08-16 15:58:27 -04:00
ProcessorFunctions.include Kernel: Share Processor::capture_stack_trace() between architectures 2024-08-16 16:01:19 -04:00
ProcessorSpecificDataID.h
RegisterState.h
SafeMem.h
SmapDisabler.h Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
ThreadRegisters.h
TrapFrame.cpp
TrapFrame.h