Lines Matching full:the
3 * to handle signals occurring at the same time as system calls.
8 * This work is licensed under the terms of the GNU GPL, version 2 or later.
9 * See the COPYING file in the top-level directory.
13 * Standardize on the _CALL_FOO symbols used by GCC:
43 * This is the entry point for making a system call. The calling
44 * convention here is that of a C varargs function with the
45 * first argument an 'int *' to the signal_pending flag, the
46 * second one the system call number (as a 'long'), and all further
60 * and return the result in r3
61 * and the syscall instruction needs
64 * and returns the result in r3
77 * This next sequence of code works in conjunction with the
79 * and the interrupted PC is anywhere between 'safe_syscall_start'
81 * The code sequence must therefore be able to cope with this, and
82 * the syscall instruction must be the final one in the sequence.
85 /* if signal_pending is non-zero, don't do the call */
91 /* code path when we did execute the syscall */
99 /* code path when we didn't execute the syscall */