Module user

Source
Expand description

User mode.

Structs§

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.
UserContextApiInternal 🔒
Specific architectures need to implement this trait. This should only used in UserMode