Searched refs:__NR_SYSCALL_BASE (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/arch/arm/include/uapi/asm/ |
D | unistd.h | 21 #define __NR_SYSCALL_BASE 0 macro 24 #define __NR_SYSCALL_BASE __NR_OABI_SYSCALL_BASE macro 33 #define __ARM_NR_BASE (__NR_SYSCALL_BASE+0x0f0000)
|
/linux-6.12.1/arch/arm/kernel/ |
D | sigreturn_codes.S | 80 ARM_OK( mov r7, #(__NR_sigreturn - __NR_SYSCALL_BASE) ) 85 movs r7, #(__NR_sigreturn - __NR_SYSCALL_BASE) 90 ARM_OK( mov r7, #(__NR_rt_sigreturn - __NR_SYSCALL_BASE) ) 95 movs r7, #(__NR_rt_sigreturn - __NR_SYSCALL_BASE)
|
D | entry-common.S | 92 movlt scno, #(__NR_restart_syscall - __NR_SYSCALL_BASE) 222 addne scno, r7, #__NR_SYSCALL_BASE @ put OS number in 252 eor scno, scno, #__NR_SYSCALL_BASE @ check OS number 272 2: cmp scno, #(__ARM_NR_BASE - __NR_SYSCALL_BASE) 273 eor r0, scno, #__NR_SYSCALL_BASE @ put OS number back 370 cmp scno, #__NR_syscall - __NR_SYSCALL_BASE
|
/linux-6.12.1/arch/arm/tools/ |
D | Makefile | 42 --offset __NR_SYSCALL_BASE $< $@
|