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 * are castto a long stored in a register. These expressions always return
23 * depending on the syscall definition. These functions are responsible
26 * A few of them are architecture-specific because the syscalls are not all
44 * Some stdint-like integer types are defined. These are valid on all currently
45 * supported architectures, because signs are enforced, ints are assumed to be
52 * The definitions start with the architecture-specific parts, which are picked
53 * based on what the compiler knows about the target architecture, and are
58 * Finally some very common libc-level functions are provided. It is the case
76 * 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: