Skip to main content

Module cpu

Module cpu 

Source
Expand description

Arch-Specific CPU instruction wrappers and tables such as TSS, GDT, IDT

Authors: MarioS271

Modulesยง

gs_info ๐Ÿ”’
Per-CPU GS info struct used by the kernel for things like finding the kernel stack on syscall entry
instructions ๐Ÿ”’
Safe wrappers around x86_64 privileged instructions
state ๐Ÿ”’
x86_64 specific CPU data such as TSS, GDT, IDT and selectors
tables ๐Ÿ”’
x86_64 tables: TSS, GDT, IDT
userspace ๐Ÿ”’
Userspace transition Code