Lines Matching refs:syscall
5 syscall chapter
8 syscall calling sequence\ [1]_ matches the Power Architecture 64-bit ELF ABI
19 There is a maximum of 6 integer parameters to a syscall, passed in r3-r8.
23 the syscall succeeded and r3 is the return value. When cr0.SO is set, the
24 syscall failed and r3 is the error code that generally corresponds to errno.
50 The syscall is performed with the sc instruction, and returns with execution
56 transaction state, and the syscall can affect the behavior of the transaction.
58 If the processor is in suspended state when a syscall is made, the syscall
59 will be performed as normal, and will return as normal. The syscall will be
61 to the usual transactional memory semantics. A syscall may or may not result
64 If the processor is in transactional state when a syscall is made, then the
68 - If present, which is the case for newer kernels, then the syscall will not
73 transactional state and the syscall will proceed as in the case of a
74 suspended state syscall, and will resume the transactional state before
82 vsyscall calling sequence matches the syscall calling sequence, with the