Home | History | Annotate | Download | only in syscall

Lines Matching full:syscall

12 // func Syscall(trap int64, a1, a2, a3 int64) (r1, r2, err int64);
17 TEXT ·Syscall(SB),NOSPLIT,$0-64
25 MOVQ 8(SP), AX // syscall entry
26 SYSCALL
48 MOVQ 8(SP), AX // syscall entry
49 SYSCALL
74 // top of the stack when the syscall is called.
82 SYSCALL
103 MOVQ 8(SP), AX // syscall entry
104 SYSCALL
123 MOVQ 8(SP), AX // syscall entry
124 SYSCALL