Lines Matching full:syscall
36 #include <sys/syscall.h>
50 * an entry of the form SYS_name exists (from sys/syscall.h).
51 * Note that %rcx is smashed by the syscall instruction,
58 syscall
132 * SYSCALL provides the standard (i.e.: most common) system call sequence.
134 #define SYSCALL(name) \
149 SYSCALL(name)
205 * Standard syscall return sequence, return code equal to rval1.
211 * Syscall return sequence, return code equal to rval2.
218 * Syscall return sequence with return code forced to zero.