syscall.2: Add information for powerpc64

Add powerpc64 to the calling convention tables.

Signed-off-by: Shawn Anastasio <shawn@anastas.io>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Shawn Anastasio 2019-09-13 01:03:26 -05:00 committed by Michael Kerrisk
parent 227a368231
commit 6e164fba7e
1 changed files with 7 additions and 0 deletions

View File

@ -196,6 +196,7 @@ mips syscall v0 v0 v1 a3 1, 6
nios2 trap r2 r2 - r7
parisc ble 0x100(%sr2, %r0) r20 r28 - -
powerpc sc r0 r3 - r0 1
powerpc64 sc r0 r3 - cr0.SO 1
riscv ecall a7 a0 a1 -
s390 svc 0 r1 r2 r3 - 3
s390x svc 0 r1 r2 r3 - 3
@ -220,6 +221,11 @@ On sparc, the carry bit
in the processor status register
.RI ( psr )
is used instead of a full register.
On powerpc64, the summary overflow bit
.RI ( SO )
in field 0 of the condition register
.RI ( cr0 )
is used.
.IP [2]
.I NR
is the system call number.
@ -322,6 +328,7 @@ mips/n32,64 a0 a1 a2 a3 a4 a5 -
nios2 r4 r5 r6 r7 r8 r9 -
parisc r26 r25 r24 r23 r22 r21 -
powerpc r3 r4 r5 r6 r7 r8 r9
powerpc64 r3 r4 r5 r6 r7 r8 -
riscv a0 a1 a2 a3 a4 a5 -
s390 r2 r3 r4 r5 r6 r7 -
s390x r2 r3 r4 r5 r6 r7 -