| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
| H A D | 0001-mips-Use-hardcodes-values-for-ABI-syscall-bases.patch | 8 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 D | syscall_table.c | 16 void *sys_call_table[__NR_syscalls] = { 17 [0 ... __NR_syscalls - 1] = sys_ni_syscall,
|
| /OK3568_Linux_fs/kernel/arch/nios2/kernel/ |
| H A D | syscall_table.c | 15 void *sys_call_table[__NR_syscalls] = { 16 [0 ... __NR_syscalls-1] = sys_ni_syscall,
|
| /OK3568_Linux_fs/kernel/arch/csky/kernel/ |
| H A D | syscall_table.c | 11 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 D | syscall_table.c | 14 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 D | sys_c6x.c | 68 void *sys_call_table[__NR_syscalls] = { 69 [0 ... __NR_syscalls-1] = sys_ni_syscall,
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | sys.c | 58 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 D | syscall.c | 31 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 D | unistd.h | 6 #define NR_syscalls (__NR_syscalls)
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | unistd.h | 15 #define NR_syscalls (__NR_syscalls)
|
| /OK3568_Linux_fs/kernel/arch/hexagon/kernel/ |
| H A D | syscalltab.c | 17 void *sys_call_table[__NR_syscalls] = {
|
| /OK3568_Linux_fs/kernel/arch/openrisc/kernel/ |
| H A D | sys_call_table.c | 22 void *sys_call_table[__NR_syscalls] = {
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | unistd.h | 14 #define NR_syscalls __NR_syscalls
|
| /OK3568_Linux_fs/kernel/arch/h8300/kernel/ |
| H A D | syscalls.c | 13 void *_sys_call_table[__NR_syscalls] = {
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | unistd.h | 7 #define NR_SYSCALLS __NR_syscalls
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | unistd.h | 4 #define NR_syscalls __NR_syscalls
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | unistd.h | 7 #define NR_syscalls __NR_syscalls
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | unistd.h | 20 #define NR_syscalls __NR_syscalls
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | unistd.h | 13 #define NR_syscalls __NR_syscalls /* length of syscall table */
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | unistd.h | 50 #define NR_syscalls (__NR_syscalls)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | unistd.h | 10 #define NR_syscalls __NR_syscalls
|
| /OK3568_Linux_fs/kernel/tools/arch/arc/include/uapi/asm/ |
| H A D | unistd.h | 32 #define NR_syscalls __NR_syscalls
|
| /OK3568_Linux_fs/kernel/arch/arc/include/uapi/asm/ |
| H A D | unistd.h | 33 #define NR_syscalls __NR_syscalls
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/ |
| H A D | 0001-Implement-linux-rseq-syscall-as-ENOSYS.patch | 149 #undef __NR_syscalls 150 -#define __NR_syscalls 292 151 +#define __NR_syscalls 294
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | syscall.h | 18 #define NR_syscalls (__NR_syscalls)
|