syscall_cases: Added link to ABI and write manpage
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Thu, 14 Sep 2023 16:12:08 +0000 (16:12 +0000)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Thu, 14 Sep 2023 16:12:08 +0000 (16:12 +0000)
src/openpower/test/syscall/syscall_cases.py

index e6f0ce4c87fe336fb198898e7c1b58702bae0696..da332240ba7026a73d41f26fc95bd0fc760c045c 100644 (file)
@@ -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):