...

Text file src/syscall/asm_aix_ppc64.s

Documentation: syscall

     1// Copyright 2014 The Go Authors. All rights reserved.
     2// Use of this source code is governed by a BSD-style
     3// license that can be found in the LICENSE file.
     4
     5#include "textflag.h"
     6
     7//
     8// System calls for aix/ppc64 are implemented in ../runtime/syscall_aix.go
     9//
    10
    11TEXT ·syscall6(SB),NOSPLIT,$0
    12	JMP	runtime·syscall_syscall6(SB)
    13
    14TEXT ·rawSyscall6(SB),NOSPLIT,$0
    15	JMP	runtime·syscall_rawSyscall6(SB)
    16
    17TEXT ·RawSyscall(SB),NOSPLIT,$0
    18	JMP	runtime·syscall_RawSyscall(SB)
    19
    20TEXT ·Syscall(SB),NOSPLIT,$0
    21	JMP	runtime·syscall_Syscall(SB)

View as plain text