Expand description
User address space management.
Functionsยง
- Enables scoped access into user memory, allowing page faults to occur inside kernel.
- If the target architecture requires it, the kernel portion of the address space will be copied to the user address space.
- Check if the current thread is accessing user memory.
- Load the user app to the user address space.
- Creates a new empty user address space.