Home
last modified time | relevance | path

Searched refs:__NR_syscalls (Results 1 – 25 of 47) sorted by relevance

12

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-mips-Use-hardcodes-values-for-ABI-syscall-bases.patch8 values for now. Use __NR_syscalls to get number of syscalls supported
41 + const int syscallnum[] = {__NR_syscalls,
42 + __NR_syscalls,
43 + __NR_syscalls,
44 + __NR_syscalls};
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dsyscall_table.c16 void *sys_call_table[__NR_syscalls] = {
17 [0 ... __NR_syscalls - 1] = sys_ni_syscall,
/OK3568_Linux_fs/kernel/arch/nios2/kernel/
H A Dsyscall_table.c15 void *sys_call_table[__NR_syscalls] = {
16 [0 ... __NR_syscalls-1] = sys_ni_syscall,
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dsyscall_table.c11 void * const sys_call_table[__NR_syscalls] __page_aligned_data = {
12 [0 ... __NR_syscalls - 1] = sys_ni_syscall,
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dsyscall_table.c14 void *sys_call_table[__NR_syscalls] __aligned(8192) = {
15 [0 ... __NR_syscalls - 1] = sys_ni_syscall,
/OK3568_Linux_fs/kernel/arch/c6x/kernel/
H A Dsys_c6x.c68 void *sys_call_table[__NR_syscalls] = {
69 [0 ... __NR_syscalls-1] = sys_ni_syscall,
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dsys.c58 const syscall_fn_t sys_call_table[__NR_syscalls] = {
59 [0 ... __NR_syscalls - 1] = __arm64_sys_ni_syscall,
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dsyscall.c31 syscall_t sys_call_table[__NR_syscalls] /* FIXME __cacheline_aligned */= {
32 [0 ... __NR_syscalls - 1] = (syscall_t)&sys_ni_syscall,
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dunistd.h6 #define NR_syscalls (__NR_syscalls)
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dunistd.h15 #define NR_syscalls (__NR_syscalls)
/OK3568_Linux_fs/kernel/arch/hexagon/kernel/
H A Dsyscalltab.c17 void *sys_call_table[__NR_syscalls] = {
/OK3568_Linux_fs/kernel/arch/openrisc/kernel/
H A Dsys_call_table.c22 void *sys_call_table[__NR_syscalls] = {
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dunistd.h14 #define NR_syscalls __NR_syscalls
/OK3568_Linux_fs/kernel/arch/h8300/kernel/
H A Dsyscalls.c13 void *_sys_call_table[__NR_syscalls] = {
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dunistd.h7 #define NR_SYSCALLS __NR_syscalls
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dunistd.h4 #define NR_syscalls __NR_syscalls
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dunistd.h7 #define NR_syscalls __NR_syscalls
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dunistd.h20 #define NR_syscalls __NR_syscalls
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dunistd.h13 #define NR_syscalls __NR_syscalls /* length of syscall table */
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dunistd.h50 #define NR_syscalls (__NR_syscalls)
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dunistd.h10 #define NR_syscalls __NR_syscalls
/OK3568_Linux_fs/kernel/tools/arch/arc/include/uapi/asm/
H A Dunistd.h32 #define NR_syscalls __NR_syscalls
/OK3568_Linux_fs/kernel/arch/arc/include/uapi/asm/
H A Dunistd.h33 #define NR_syscalls __NR_syscalls
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0001-Implement-linux-rseq-syscall-as-ENOSYS.patch149 #undef __NR_syscalls
150 -#define __NR_syscalls 292
151 +#define __NR_syscalls 294
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dsyscall.h18 #define NR_syscalls (__NR_syscalls)

12