Expand description
User mode.
Structs§
- User
Mode - Code execution in the user mode.
Enums§
- Return
Reason - A reason as to why the control of the CPU is returned from the user space to the kernel.
Traits§
- User
Context Api - The common interface that every CPU architecture-specific
UserContext
implements. - User
Context 🔒ApiInternal - Specific architectures need to implement this trait. This should only used in
UserMode