Function raw_syscall_base::syscall_4_nr[][src]

pub unsafe fn syscall_4_nr(
    rax: usize,
    rdi: usize,
    rsi: usize,
    rdx: usize,
    r10: usize
) -> !

Performs a system call with four arguments which never returns.

The first argument specifies the system call, and the remaining arguments are the arguments to pass it.