aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/kernel/cpu/segment_register.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-27Simplify syscall setupMatteo Gmür1-1/+0
2025-04-11Remove gnu::naked functions where not necessary.Matteo Gmür1-20/+16
2025-04-11Add rax clobbered register to all segment register write callsMatteo Gmür1-3/+6
2025-04-11Adjust variable nameMatteo Gmür1-3/+2
2025-04-11Document methods and move them into kernel cpu folderMatteo Gmür1-5/+43
2025-04-10add register validation and assertsFabian Imhof1-1/+22
2025-04-10move context_switch function and environment into different directoryFabian Imhof1-0/+9
2025-04-10move context_switch function into cpp codeFabian Imhof1-1/+0
2025-04-05add wip context switch to user modeFabian Imhof1-0/+34