Function raw_syscall_base::syscall_1[][src]

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

Performs a system call with one argument and returns the result.

The first argument specifies the system call, and the second is the argument to pass it.