Home
last modified time | relevance | path

Searched refs:__NR_SYSCALL_BASE (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-arm/
Dunistd.h19 #define __NR_SYSCALL_BASE 0 macro
21 #define __NR_SYSCALL_BASE 0x900000 macro
28 #define __NR_exit (__NR_SYSCALL_BASE+ 1)
29 #define __NR_fork (__NR_SYSCALL_BASE+ 2)
30 #define __NR_read (__NR_SYSCALL_BASE+ 3)
31 #define __NR_write (__NR_SYSCALL_BASE+ 4)
32 #define __NR_open (__NR_SYSCALL_BASE+ 5)
33 #define __NR_close (__NR_SYSCALL_BASE+ 6)
34 #define __NR_waitpid (__NR_SYSCALL_BASE+ 7)
35 #define __NR_creat (__NR_SYSCALL_BASE+ 8)
[all …]
/linux-2.4.37.9/arch/arm/kernel/
Dsignal.c44 #define SWI_THUMB_SIGRETURN (0xdf00 << 16 | 0x2700 | (__NR_sigreturn - __NR_SYSCALL_BASE))
45 #define SWI_THUMB_RT_SIGRETURN (0xdf00 << 16 | 0x2700 | (__NR_rt_sigreturn - __NR_SYSCALL_BASE))