Module context

Source
Expand description

CPU execution context control.

Structs§

FpuContext
The FPU context of user task.
GeneralRegs
General registers.
PageFaultErrorCode
Page Fault error code. Following the Intel Architectures Software Developer’s Manual Volume 3
RawPageFaultInfo
Architecture-specific data reported with a page-fault exception.
SelectorErrorCode
Selector error code.
UserContext
Userspace CPU context, including general-purpose registers and exception information.

Enums§

CpuException
Architectural CPU exceptions (x86-64 vectors 0-31).
CpuExceptionType
As Osdev Wiki defines(https://wiki.osdev.org/Exceptions): CPU exceptions are classified as: