Home
last modified time | relevance | path

Searched refs:__NR_OABI_SYSCALL_BASE (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/arch/arm/include/uapi/asm/
Dunistd.h17 #define __NR_OABI_SYSCALL_BASE 0x900000 macro
24 #define __NR_SYSCALL_BASE __NR_OABI_SYSCALL_BASE
/linux-5.19.10/arch/arm/kernel/
Dsigreturn_codes.S81 ARM_OK( swi #(__NR_sigreturn)|(__NR_OABI_SYSCALL_BASE) )
91 ARM_OK( swi #(__NR_rt_sigreturn)|(__NR_OABI_SYSCALL_BASE) )
Dentry-common.S258 eorne scno, r10, #__NR_OABI_SYSCALL_BASE
380 bic scno, r0, #__NR_OABI_SYSCALL_BASE
/linux-5.19.10/arch/arm/include/asm/
Dsyscall.h34 (task_thread_info(task)->abi_syscall & __NR_OABI_SYSCALL_BASE); in __in_oabi_syscall()