From: Andrey Miroshnikov Date: Thu, 14 Sep 2023 16:12:08 +0000 (+0000) Subject: syscall_cases: Added link to ABI and write manpage X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9eb630ff1cd97806a90c5e37721b2855db1377c3;p=openpower-isa.git syscall_cases: Added link to ABI and write manpage --- diff --git a/src/openpower/test/syscall/syscall_cases.py b/src/openpower/test/syscall/syscall_cases.py index e6f0ce4c..da332240 100644 --- a/src/openpower/test/syscall/syscall_cases.py +++ b/src/openpower/test/syscall/syscall_cases.py @@ -24,6 +24,10 @@ from pathlib import Path # See PowerISA 3.1b Book III, Chapter 4, # section 4.3.1 System Linkage Instructions, page 1186/1160 # Book III, chapter 7, section 7.5 Interrupt Definitions, page 1300/1274 +# PowerISA ABI calling convention doc: +# https://git.libre-soc.org/?p=openpower-isa.git;a=blob;f=media/calling-conv;hb=HEAD +# 'write' syscall Linux man page: +# https://man7.org/linux/man-pages/man2/write.2.html class SysCallTestCase(TestAccumulatorBase): def case_sc(self):