starry_core::mm

Function access_user_memory

Source
pub fn access_user_memory<R>(f: impl FnOnce() -> R) -> R
Expand description

Enables scoped access into user memory, allowing page faults to occur inside kernel.