Module raw

Source
Expand description

Exposes raw syscalls that simply return a usize instead of a Result.

Functions§

syscall0
Issues a raw system call with 0 arguments.
syscall1
Issues a raw system call with 1 argument.
syscall2
Issues a raw system call with 2 arguments.
syscall3
Issues a raw system call with 3 arguments.
syscall4
Issues a raw system call with 4 arguments.
syscall5
Issues a raw system call with 5 arguments.
syscall6
Issues a raw system call with 6 arguments.