/sysdeps/unix/ |
A D | sysdep.h | 32 INTERNAL_SYSCALL (name, 0) 34 INTERNAL_SYSCALL (name, 1, a1) 36 INTERNAL_SYSCALL (name, 2, a1, a2) 38 INTERNAL_SYSCALL (name, 3, a1, a2, a3) 40 INTERNAL_SYSCALL (name, 4, a1, a2, a3, a4) 42 INTERNAL_SYSCALL (name, 5, a1, a2, a3, a4, a5) 44 INTERNAL_SYSCALL (name, 6, a1, a2, a3, a4, a5, a6) 46 INTERNAL_SYSCALL (name, 7, a1, a2, a3, a4, a5, a6, a7)
|
/sysdeps/unix/sysv/linux/s390/ |
A D | sysdep.h | 63 #undef INTERNAL_SYSCALL 64 #define INTERNAL_SYSCALL(name, nr, args...) \ macro
|
/sysdeps/unix/sysv/linux/mips/mips32/ |
A D | sysdep.h | 76 #undef INTERNAL_SYSCALL 101 # define INTERNAL_SYSCALL(name, nr, args...) \ macro 117 # define INTERNAL_SYSCALL(name, nr, args...) \ macro
|
/sysdeps/unix/sysv/linux/ |
A D | sysdep.h | 44 long int sc_ret = INTERNAL_SYSCALL (name, nr, args); \
|
/sysdeps/unix/sysv/linux/arc/ |
A D | sysdep.h | 161 # undef INTERNAL_SYSCALL 162 # define INTERNAL_SYSCALL(name, nr, args...) \ macro
|
/sysdeps/unix/sysv/linux/nios2/ |
A D | sysdep.h | 162 #undef INTERNAL_SYSCALL 163 #define INTERNAL_SYSCALL(name, nr, args...) \ macro
|
/sysdeps/unix/sysv/linux/sparc/ |
A D | sysdep.h | 47 #undef INTERNAL_SYSCALL 48 #define INTERNAL_SYSCALL(name, nr, args...) \ macro
|
/sysdeps/unix/sysv/linux/powerpc/ |
A D | sysdep.h | 147 #undef INTERNAL_SYSCALL 148 #define INTERNAL_SYSCALL(name, nr, args...) \ macro
|
/sysdeps/nptl/ |
A D | lowlevellock-futex.h | 59 long int __ret = INTERNAL_SYSCALL (futex, nargs, futexp, op, \
|
/sysdeps/unix/sysv/linux/mips/mips64/ |
A D | sysdep.h | 84 #undef INTERNAL_SYSCALL 85 #define INTERNAL_SYSCALL(name, nr, args...) \ macro
|
/sysdeps/unix/sysv/linux/aarch64/ |
A D | sysdep.h | 181 # undef INTERNAL_SYSCALL 182 # define INTERNAL_SYSCALL(name, nr, args...) \ macro
|
/sysdeps/unix/sysv/linux/m68k/ |
A D | sysdep.h | 227 #undef INTERNAL_SYSCALL 244 #define INTERNAL_SYSCALL(name, nr, args...) \ macro
|
/sysdeps/unix/sysv/linux/microblaze/ |
A D | sysdep.h | 173 # undef INTERNAL_SYSCALL 174 # define INTERNAL_SYSCALL(name, nr, args...) \ macro
|
/sysdeps/unix/sysv/linux/sh/ |
A D | sysdep.h | 288 #undef INTERNAL_SYSCALL 289 #define INTERNAL_SYSCALL(name, nr, args...) \ macro
|
/sysdeps/unix/sysv/linux/arm/ |
A D | sysdep.h | 354 #undef INTERNAL_SYSCALL 355 #define INTERNAL_SYSCALL(name, nr, args...) \ macro
|
/sysdeps/unix/sysv/linux/hppa/ |
A D | sysdep.h | 364 #undef INTERNAL_SYSCALL 365 #define INTERNAL_SYSCALL(name, nr, args...) \ macro
|
/sysdeps/unix/sysv/linux/x86_64/ |
A D | sysdep.h | 233 #undef INTERNAL_SYSCALL 234 #define INTERNAL_SYSCALL(name, nr, args...) \ macro
|
/sysdeps/unix/sysv/linux/i386/ |
A D | sysdep.h | 305 #undef INTERNAL_SYSCALL 370 #define INTERNAL_SYSCALL(name, nr, args...) \ macro
|
/sysdeps/unix/sysv/linux/csky/ |
A D | sysdep.h | 456 # undef INTERNAL_SYSCALL 457 # define INTERNAL_SYSCALL(name, nr, args...) \ macro
|
/sysdeps/unix/sysv/linux/riscv/ |
A D | sysdep.h | 161 # define INTERNAL_SYSCALL(name, nr, args...) \ macro
|
/sysdeps/unix/sysv/linux/ia64/ |
A D | sysdep.h | 230 #define INTERNAL_SYSCALL(name, nr, args...) \ macro
|
/sysdeps/unix/sysv/linux/alpha/ |
A D | sysdep.h | 172 #define INTERNAL_SYSCALL(name, nr, args...) \ macro
|