| // Copyright 2015 The Go Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style |
| // license that can be found in the LICENSE file. |
| // Just jump to package syscall's implementation for all these functions. |
| // The runtime may know about them. |
| TEXT ·Syscall(SB),NOSPLIT,$0-56 |
| TEXT ·Syscall6(SB),NOSPLIT,$0-80 |
| TEXT ·SyscallNoError(SB),NOSPLIT,$0-48 |
| BL runtime·entersyscall(SB) |
| MOVD trap+0(FP), R8 // syscall entry |
| BL runtime·exitsyscall(SB) |
| TEXT ·RawSyscall(SB),NOSPLIT,$0-56 |
| TEXT ·RawSyscall6(SB),NOSPLIT,$0-80 |
| B syscall·RawSyscall6(SB) |
| TEXT ·RawSyscallNoError(SB),NOSPLIT,$0-48 |
| MOVD trap+0(FP), R8 // syscall entry |