Searched refs:__NR_SYSCALL_BASE (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/arm/include/uapi/asm/ |
D | unistd.h | 19 #define __NR_SYSCALL_BASE 0 macro 21 #define __NR_SYSCALL_BASE __NR_OABI_SYSCALL_BASE macro 28 #define __NR_restart_syscall (__NR_SYSCALL_BASE+ 0) 29 #define __NR_exit (__NR_SYSCALL_BASE+ 1) 30 #define __NR_fork (__NR_SYSCALL_BASE+ 2) 31 #define __NR_read (__NR_SYSCALL_BASE+ 3) 32 #define __NR_write (__NR_SYSCALL_BASE+ 4) 33 #define __NR_open (__NR_SYSCALL_BASE+ 5) 34 #define __NR_close (__NR_SYSCALL_BASE+ 6) 36 #define __NR_creat (__NR_SYSCALL_BASE+ 8) [all …]
|
/linux-4.1.27/arch/arm/kernel/ |
D | sigreturn_codes.S | 75 ARM_OK( mov r7, #(__NR_sigreturn - __NR_SYSCALL_BASE) ) 80 movs r7, #(__NR_sigreturn - __NR_SYSCALL_BASE) 85 ARM_OK( mov r7, #(__NR_rt_sigreturn - __NR_SYSCALL_BASE) ) 90 movs r7, #(__NR_rt_sigreturn - __NR_SYSCALL_BASE)
|
D | entry-common.S | 61 movlt scno, #(__NR_restart_syscall - __NR_SYSCALL_BASE) 168 addne scno, r7, #__NR_SYSCALL_BASE @ put OS number in 190 eor scno, scno, #__NR_SYSCALL_BASE @ check OS number 205 2: cmp scno, #(__ARM_NR_BASE - __NR_SYSCALL_BASE) 206 eor r0, scno, #__NR_SYSCALL_BASE @ put OS number back 286 cmp scno, #__NR_syscall - __NR_SYSCALL_BASE
|