Searched refs:__SYSCALL (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dunistd.h14 #ifndef __SYSCALL
15 # define __SYSCALL(nr,func,nargs) macro
19 __SYSCALL( 0, sys_ni_syscall, 0)
21 __SYSCALL( 1, sys_ni_syscall, 0)
23 __SYSCALL( 2, sys_ni_syscall, 0)
25 __SYSCALL( 3, sys_ni_syscall, 0)
27 __SYSCALL( 4, sys_ni_syscall, 0)
29 __SYSCALL( 5, sys_ni_syscall, 0)
31 __SYSCALL( 6, sys_ni_syscall, 0)
33 __SYSCALL(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dunistd_64.h4 #ifndef __SYSCALL
5 #define __SYSCALL(a, b) macro
16 __SYSCALL(__NR_read, sys_read)
18 __SYSCALL(__NR_write, sys_write)
20 __SYSCALL(__NR_open, sys_open)
22 __SYSCALL(__NR_close, sys_close)
24 __SYSCALL(__NR_stat, sys_newstat)
26 __SYSCALL(__NR_fstat, sys_newfstat)
28 __SYSCALL(__NR_lstat, sys_newlstat)
30 __SYSCALL(__NR_pol
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dunistd.h1 #if !defined(_ASM_GENERIC_UNISTD_H) || defined(__SYSCALL)
17 #ifndef __SYSCALL
18 #define __SYSCALL(x, y) macro
22 #define __SC_3264(_nr, _32, _64) __SYSCALL(_nr, _32)
24 #define __SC_3264(_nr, _32, _64) __SYSCALL(_nr, _64)
28 __SYSCALL(__NR_io_setup, sys_io_setup)
30 __SYSCALL(__NR_io_destroy, sys_io_destroy)
32 __SYSCALL(__NR_io_submit, sys_io_submit)
34 __SYSCALL(__NR_io_cancel, sys_io_cancel)
36 __SYSCALL(__NR_io_getevent
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dunistd.h15 #if !defined(_ASM_TILE_UNISTD_H) || defined(__SYSCALL)
28 __SYSCALL(__NR_flush_cache, sys_flush_cache)
36 __SYSCALL(__NR_cmpxchg_badaddr, sys_cmpxchg_badaddr)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dsyscall_64.c10 #define __SYSCALL(nr, sym) extern asmlinkage void sym(void) ; macro
14 #undef __SYSCALL macro
15 #define __SYSCALL(nr, sym) [nr] = sym, macro
H A Dasm-offsets_64.c27 #undef __SYSCALL macro
29 #define __SYSCALL(nr, sym) [nr] = 1, macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dunistd.h1 #if !defined(_ASM_SCORE_UNISTD_H) || defined(__SYSCALL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/kernel/
H A Dsys_call_table.c7 #undef __SYSCALL macro
8 #define __SYSCALL(nr, call) [nr] = (call), macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/
H A Dsyscall_table.c38 #define __SYSCALL(nr, sym) extern asmlinkage void sym(void) ; macro
42 #undef __SYSCALL macro
43 #define __SYSCALL(nr, sym) [ nr ] = sym, macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dsyscall.c35 #undef __SYSCALL macro
36 #define __SYSCALL(nr,symbol,nargs) [ nr ] = (syscall_t)symbol, macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dsys.c102 #undef __SYSCALL macro
103 #define __SYSCALL(nr, call) [nr] = (call), macro
115 * guard will defeat us; <asm/unistd.h> checks for __SYSCALL as well.
H A Dcompat.c138 #undef __SYSCALL macro
139 #define __SYSCALL(nr, call) [nr] = (compat_##call), macro
162 * guard will defeat us; <asm/unistd.h> checks for __SYSCALL as well.

Completed in 227 milliseconds