Lines Matching full:are
10 * All syscalls are declared as static functions so that they can be optimized
13 * Syscalls are split into 3 levels:
15 * assembly code in compound expressions. These are called my_syscall0() to
17 * implementation is limited to 5 arguments. All input arguments are cast
24 * depending on the syscall definition. These functions are responsible
27 * A few of them are architecture-specific because the syscalls are not all
45 * Some stdint-like integer types are defined. These are valid on all currently
46 * supported architectures, because signs are enforced, ints are assumed to be
53 * The definitions start with the architecture-specific parts, which are picked
54 * based on what the compiler knows about the target architecture, and are
59 * Finally some very common libc-level functions are provided. It is the case
77 * The available standard (but limited) include files are:
80 * In addition, the following ones are expected to be provided by the compiler:
83 * The following ones which are part to the C standard are not provided: