Expand description
User address space management.
Functionsยง
- access_
user_ memory - Enables scoped access into user memory, allowing page faults to occur inside kernel.
- copy_
from_ kernel - If the target architecture requires it, the kernel portion of the address space will be copied to the user address space.
- is_
accessing_ user_ memory - Check if the current thread is accessing user memory.
- load_
user_ app - Load the user app to the user address space.
- map_
trampoline - Map the signal trampoline to the user address space.
- new_
user_ aspace_ empty - Creates a new empty user address space.