Home | History | Annotate | Download | only in syscall

Lines Matching full:syscall

15 // func Syscall(trap int64, a1, a2, a3 int64) (r1, r2, err int64);
20 TEXT ·Syscall(SB),NOSPLIT,$0-56
28 MOVQ 8(SP), AX // syscall entry
29 SYSCALL
51 MOVQ 8(SP), AX // syscall entry
52 SYSCALL
77 // top of the stack when the syscall is called.
85 SYSCALL
106 MOVQ 8(SP), AX // syscall entry
107 SYSCALL
126 MOVQ 8(SP), AX // syscall entry
127 SYSCALL