1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-07 15:57:35 +00:00
serenity/Kernel/Arch/x86/common
Owen Smith 3f2b70382e Kernel: Fix incorrect SFMASK MSR value clobbering reserved bits
Also improve the comments around that initialisation code.
2021-12-30 14:12:26 +01:00
..
ASM_wrapper.cpp
CPU.cpp
Interrupts.cpp Kernel: Remove old SlabAllocator :^) 2021-12-26 21:22:59 +01:00
Processor.cpp Kernel: Fix incorrect SFMASK MSR value clobbering reserved bits 2021-12-30 14:12:26 +01:00
ProcessorInfo.cpp
SafeMem.cpp Kernel: Add cross platform RegisterState header and Aarch64 version 2021-10-15 21:48:45 +01:00
ScopedCritical.cpp Kernel: Move ScopedCritical + SmapDisabler CPP files into x86 common 2021-10-16 15:43:41 -07:00
SmapDisabler.cpp Kernel: Move ScopedCritical + SmapDisabler CPP files into x86 common 2021-10-16 15:43:41 -07:00
TrapFrame.cpp