[][src]Function kernel::syscall::arg_ptr

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

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