Skip to main content

Module context

Module context 

Source
Expand description

CPU execution context control.

Structs§

FpuContext
The FPU context of user task.
FsBase
The user-mode FS base register.
GeneralRegs
General registers.
GsBase
The user-mode GS base register.
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: