1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:08:11 +00:00
serenity/Kernel/Arch/x86_64
Timon Kruiper 816076f71a Kernel: Share CrashHandler.cpp between aarch64 and x86_64
This file contains no architecture specific code, so can be moved to the
Kernel/ directory, and thus shared between aarch64 and x86_64.
2023-02-08 18:19:48 +00:00
..
Boot
Hypervisor
Interrupts Kernel: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
ISABus Kernel: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
PCI Kernel: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
Time Kernel: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
VGA
ASM_wrapper.cpp
ASM_wrapper.h Kernel: Unify x86-64 assembly snippets naming for RDSEED & RDRAND 2023-01-25 23:17:36 +01:00
BochsDebugOutput.h
CMOS.cpp
CMOS.h
CPU.cpp
CPU.h
CPUID.cpp Kernel: Use a descriptive name for x86-64 cpu_feature_to_string_view 2023-01-18 22:58:42 +01:00
CPUID.h Kernel: Use a descriptive name for x86-64 cpu_feature_to_string_view 2023-01-18 22:58:42 +01:00
CurrentTime.cpp
DebugOutput.cpp
Delay.cpp
DescriptorTable.h
I8042Reboot.cpp
I8042Reboot.h
init.cpp Kernel: Remove trap based syscall handling 2023-02-02 01:52:52 -07:00
InterruptEntry.cpp
InterruptManagement.cpp
InterruptManagement.h
Interrupts.cpp Kernel/aarch64: Implement initial page fault handling 2023-01-27 11:41:43 +01:00
Interrupts.h
IO.h
IRQController.h
ISRStubs.h
linker.ld
mcontext.h
MSR.h
NonMaskableInterruptDisabler.h
PageDirectory.cpp Kernel: Move Memory/PageDirectory.{cpp,h} to arch-specific directory 2023-01-27 11:41:43 +01:00
PageDirectory.h Kernel: Move Memory/PageDirectory.{cpp,h} to arch-specific directory 2023-01-27 11:41:43 +01:00
PCSpeaker.cpp
PCSpeaker.h
Processor.cpp Kernel: Move Memory/PageDirectory.{cpp,h} to arch-specific directory 2023-01-27 11:41:43 +01:00
Processor.h Kernel: Move Memory/PageDirectory.{cpp,h} to arch-specific directory 2023-01-27 11:41:43 +01:00
ProcessorInfo.cpp Kernel: Use a descriptive name for x86-64 cpu_feature_to_string_view 2023-01-18 22:58:42 +01:00
ProcessorInfo.h
RegisterState.h Kernel: Factor our PreviousMode into RegisterState::previous_mode 2023-01-27 11:41:43 +01:00
RTC.cpp
RTC.h
SafeMem.cpp
Shutdown.cpp
Shutdown.h
SIMDState.h
SmapDisabler.cpp
SyscallEntry.cpp Kernel: Remove trap based syscall handling 2023-02-02 01:52:52 -07:00
ThreadRegisters.h Kernel: Add ThreadRegisters::set_exec_state and use it in execve.cpp 2023-01-27 20:47:08 +00:00
TrapFrame.cpp
TrapFrame.h
TSS.h