Glossary

1. Syscall instruction name:

x86-64: `syscall` (SYSCALL instruction) - ARM64: `svc #0` (Supervisor Call) - RISC-V: `ecall` (Environment Call)

Learn More

Related Terms