Expand description
CPU execution context control.
Modules§
- cpuid
- Support for the CPUID instructions.
Structs§
- CpuException
Info - CPU exception information.
- FpuState
- The FPU state 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
- User
Context - Userspace CPU context, including both general-purpose registers and FPU state.
Enums§
- CpuException
- CPU exception.
- CpuException
Type - As Osdev Wiki defines(https://wiki.osdev.org/Exceptions): CPU exceptions are classified as: