Expand description
Modules§
- asm
- Wrapper functions for assembly instructions.
- init
- Helper functions to initialize the CPU states on systems bootstrapping.
- trap
- Trap handling.
- uspace
uspace - Structures and functions for user space.
Structs§
- Extended
State - Extended state of a task, such as FP/SIMD states.
- Fxsave
Area - A 512-byte memory region for the FXSAVE/FXRSTOR instruction to save and restore the x87 FPU, MMX, XMM, and MXCSR registers.
- Task
Context - Saved hardware states of a task.
- Trap
Frame - Saved registers when a trap (interrupt or exception) occurs.