Function raw_syscall_base::syscall[][src]

pub unsafe fn syscall(rax: usize, a: &[usize]) -> usize

Performs a system call and returns the result.

The first argument specifies the system call, and the second is a slice of arguments to pass it.