Skip to main content

raw_syscall

Function raw_syscall 

Source
pub(crate) unsafe fn raw_syscall(
    nr: usize,
    a1: usize,
    a2: usize,
    a3: usize,
) -> usize
Expand description

Implements raw syscall.