Function raw_syscall_base::syscall_6[][src]

pub unsafe fn syscall_6(
    rax: usize,
    rdi: usize,
    rsi: usize,
    rdx: usize,
    r10: usize,
    r8: usize,
    r9: usize
) -> usize

Performs a system call with six arguments and returns the result.

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