[][src]Function kernel::syscall::arg_ptr_mut

pub fn arg_ptr_mut(
    pgtable: &Table,
    tf: &TrapFrame,
    pos: usize,
    sz: usize
) -> *mut u8

Get the posth argument as a pointer from syscall, return kernel-space mutable pointer (involve security issues!)