Skip to main content

Module user

Module user 

Source
Expand description

User mode.

Structs§

DummyUserHooks
A struct that provides dummy (no-op) user mode hooks.
UserMode
Code execution in the user mode.

Enums§

ReturnReason
A reason as to why the control of the CPU is returned from the user space to the kernel.

Traits§

UserContextApi
The common interface that every CPU architecture-specific UserContext implements.
UserModeHooks
Hooks that will be called during UserMode::execute.