Skip to main content

Crate strat9_syscall

Crate strat9_syscall 

Source

Re-exports§

pub use arch::*;
pub use data::*;
pub use error::*;
pub use flag::*;
pub use io::*;
pub use number::*;
pub use sigabi::*;
pub use schemev2::*;
pub use dirent::*;

Modules§

arch
call
data
dirent
error
flag
io
number
schemev2
sigabi

Constants§

CLOCK_MONOTONIC
CLOCK_REALTIME

Functions§

syscall0
Invoke a syscall with no argument registers.
syscall1
Invoke a syscall with one argument (rdi).
syscall2
Invoke a syscall with two arguments (rdi, rsi).
syscall3
Invoke a syscall with three arguments (rdi, rsi, rdx).
syscall4
Invoke a syscall with four arguments (rdi, rsi, rdx, r10).
syscall5
Invoke a syscall with five arguments (rdi, rsi, rdx, r10, r8).
syscall6
Invoke a syscall with six arguments (rdi, rsi, rdx, r10, r8, r9).