Home
last modified time | relevance | path

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

/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd.h17 #define __NR_OABI_SYSCALL_BASE 0x900000 macro
23 #define __NR_SYSCALL_BASE __NR_OABI_SYSCALL_BASE
/openbmc/linux/arch/arm/include/uapi/asm/
H A Dunistd.h17 #define __NR_OABI_SYSCALL_BASE 0x900000 macro
24 #define __NR_SYSCALL_BASE __NR_OABI_SYSCALL_BASE
/openbmc/linux/arch/arm/kernel/
H A Dsigreturn_codes.S81 ARM_OK( swi #(__NR_sigreturn)|(__NR_OABI_SYSCALL_BASE) )
91 ARM_OK( swi #(__NR_rt_sigreturn)|(__NR_OABI_SYSCALL_BASE) )
H A Dentry-common.S244 eorne scno, r10, #__NR_OABI_SYSCALL_BASE
366 bic scno, r0, #__NR_OABI_SYSCALL_BASE
/openbmc/linux/arch/arm/include/asm/
H A Dsyscall.h37 (task_thread_info(task)->abi_syscall & __NR_OABI_SYSCALL_BASE); in __in_oabi_syscall()