Function raw_syscall_base::syscall_2[][src]

pub unsafe fn syscall_2(rax: usize, rdi: usize, rsi: usize) -> usize

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

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