Function syscall_1

Source
#[no_mangle]
pub unsafe extern "C" fn syscall_1(
    syscall: SyscallName,
    from_host: *mut u32,
    from_host_words: usize,
    a3: u32,
) -> Return
Expand description

Invoke a raw system call

ยงSafety

from_host must be aligned and dereferenceable.