Function os::mm::translated_refmut
source · pub fn translated_refmut<T>(token: usize, ptr: *mut T) -> &'static mut T
Expand description
translate a generic through page table and return a mutable reference
pub fn translated_refmut<T>(token: usize, ptr: *mut T) -> &'static mut T
translate a generic through page table and return a mutable reference