Expand description
CPU execution context control.
Structs§
- FpuContext
- The FPU context of user task.
- General
Regs - General registers.
- Page
Fault Error Code - Page Fault error code. Following the Intel Architectures Software Developer’s Manual Volume 3
- RawPage
Fault Info - Architecture-specific data reported with a page-fault exception.
- Selector
Error Code - Selector error code.
- User
Context - Userspace CPU context, including general-purpose registers and exception information.
Enums§
- CpuException
- Architectural CPU exceptions (x86-64 vectors 0-31).
- CpuException
Type - As Osdev Wiki defines(https://wiki.osdev.org/Exceptions): CPU exceptions are classified as: