Searched refs:__NR_SYSCALL_BASE (Results 1 – 2 of 2) sorted by relevance
19 #define __NR_SYSCALL_BASE 0 macro21 #define __NR_SYSCALL_BASE 0x900000 macro28 #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 …]
44 #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))