| // Copyright 2016 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. |
| // System calls for s390x, Linux |
| // 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), R1 // syscall entry |
| BL runtime·exitsyscall(SB) |
| TEXT ·RawSyscall(SB),NOSPLIT,$0-56 |
| BR syscall·RawSyscall(SB) |
| TEXT ·RawSyscall6(SB),NOSPLIT,$0-80 |
| BR syscall·RawSyscall6(SB) |
| TEXT ·RawSyscallNoError(SB),NOSPLIT,$0-48 |
| MOVD trap+0(FP), R1 // syscall entry |