Searched refs:__NR_SYSCALL_BASE (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/arm/include/uapi/asm/ |
D | unistd.h | 20 #define __NR_SYSCALL_BASE 0 macro 23 #define __NR_SYSCALL_BASE __NR_OABI_SYSCALL_BASE macro 33 #define __ARM_NR_BASE (__NR_SYSCALL_BASE+0x0f0000)
|
/Linux-v4.19/arch/arm/kernel/ |
D | sigreturn_codes.S | 88 ARM_OK( mov r7, #(__NR_sigreturn - __NR_SYSCALL_BASE) ) 93 movs r7, #(__NR_sigreturn - __NR_SYSCALL_BASE) 98 ARM_OK( mov r7, #(__NR_rt_sigreturn - __NR_SYSCALL_BASE) ) 103 movs r7, #(__NR_rt_sigreturn - __NR_SYSCALL_BASE)
|
D | entry-common.S | 112 movlt scno, #(__NR_restart_syscall - __NR_SYSCALL_BASE) 218 addne scno, r7, #__NR_SYSCALL_BASE @ put OS number in 244 eor scno, scno, #__NR_SYSCALL_BASE @ check OS number 263 2: cmp scno, #(__ARM_NR_BASE - __NR_SYSCALL_BASE) 264 eor r0, scno, #__NR_SYSCALL_BASE @ put OS number back 371 cmp scno, #__NR_syscall - __NR_SYSCALL_BASE
|