Skip to main contentCrate strat9_syscall
Source 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::*;
- arch
- call
- data
- dirent
- error
- flag
- io
- number
- schemev2
- sigabi
- CLOCK_MONOTONIC
- CLOCK_REALTIME
- 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).