Function os::mm::page_table::copy_from_user_array
source · [−]pub fn copy_from_user_array<T: 'static + Copy>(
token: usize,
src: *const T,
dst: *mut T,
len: usize
)
Expand description
Copy array *src: [T;len]
to kernel space.
src
is a pointer in user space, dst
is a pointer in kernel space.