/openbmc/linux/arch/mips/include/asm/ |
H A D | unistd.h | 25 #define NR_syscalls (__NR_N32_Linux + __NR_N32_Linux_syscalls) macro 27 #define NR_syscalls (__NR_64_Linux + __NR_64_Linux_syscalls) macro 29 #define NR_syscalls (__NR_O32_Linux + __NR_O32_Linux_syscalls) macro
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | unistd.h | 11 #define NR_syscalls (__NR_syscalls) macro
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | unistd.h | 5 #define NR_syscalls (__NR_syscalls) macro
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | unistd.h | 13 #define NR_syscalls __NR_syscalls /* length of syscall table */ macro
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | unistd.h | 14 #define NR_syscalls __NR_syscalls macro
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | unistd.h | 26 #define NR_syscalls (__NR_syscalls) macro
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | unistd.h | 7 #define NR_syscalls __NR_syscalls macro
|
/openbmc/linux/tools/arch/arc/include/uapi/asm/ |
H A D | unistd.h | 32 #define NR_syscalls __NR_syscalls macro
|
/openbmc/linux/arch/arc/include/uapi/asm/ |
H A D | unistd.h | 33 #define NR_syscalls __NR_syscalls macro
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | unistd.h | 4 #define NR_syscalls __NR_syscalls macro
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | syscall.h | 12 #define NR_syscalls (__NR_Linux_syscalls) macro
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | unistd.h | 7 #define NR_syscalls __NR_syscalls macro
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | unistd.h | 20 #define NR_syscalls __NR_syscalls macro
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd.h | 51 #define NR_syscalls (__NR_syscalls) macro
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | syscall.h | 18 #define NR_syscalls (__NR_syscalls) macro
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | unistd.h | 10 #define NR_syscalls __NR_syscalls macro
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | unistd.h | 35 # define NR_syscalls (__NR_syscalls) macro
|
/openbmc/linux/arch/arm/kernel/ |
H A D | entry-common.S | 17 .equ NR_syscalls, __NR_syscalls define
|