syscall_5

Function syscall_5 

Source
pub unsafe extern "C" fn syscall_5(
    syscall_name: SyscallName,
    from_host: *mut u32,
    from_host_words: usize,
    a3: u32,
    a4: u32,
    a5: u32,
    a6: u32,
    a7: u32,
) -> Return
๐Ÿ‘ŽDeprecated
Expand description

Invoke a raw system call

ยงSafety

from_host must be aligned and dereferenceable.