Home
last modified time | relevance | path

Searched refs:__NR_sigreturn (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/linux/arch/s390/include/asm/
H A Dseccomp.h10 #define __NR_seccomp_sigreturn __NR_sigreturn
15 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
/openbmc/linux/arch/arm/kernel/
H A Dsigreturn_codes.S80 ARM_OK( mov r7, #(__NR_sigreturn - __NR_SYSCALL_BASE) )
81 ARM_OK( swi #(__NR_sigreturn)|(__NR_OABI_SYSCALL_BASE) )
85 movs r7, #(__NR_sigreturn - __NR_SYSCALL_BASE)
/openbmc/linux/arch/microblaze/include/asm/
H A Dseccomp.h7 #define __NR_seccomp_sigreturn __NR_sigreturn
/openbmc/linux/arch/sparc/include/asm/
H A Dseccomp.h7 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
/openbmc/linux/arch/mips/vdso/
H A Dsigreturn.S30 li v0, __NR_sigreturn
/openbmc/linux/arch/x86/include/asm/
H A Dseccomp.h8 #define __NR_seccomp_sigreturn __NR_sigreturn
/openbmc/linux/arch/powerpc/include/asm/
H A Dseccomp.h7 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
/openbmc/linux/arch/s390/kernel/vdso32/
H A Dvdso_user_wrapper.S21 vdso_syscall sigreturn,__NR_sigreturn
/openbmc/linux/samples/seccomp/
H A Dbpf-direct.c119 #ifdef __NR_sigreturn in install_filter()
120 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, __NR_sigreturn, 0, 1), in install_filter()
/openbmc/qemu/linux-user/s390x/
H A Dvdso.S56 raw_syscall __NR_sigreturn
/openbmc/linux/arch/s390/kernel/vdso64/
H A Dvdso_user_wrapper.S58 vdso_syscall sigreturn,__NR_sigreturn
/openbmc/linux/arch/sh/kernel/vsyscall/
H A Dvsyscall-sigreturn.S18 1: .short __NR_sigreturn
/openbmc/linux/arch/x86/entry/vdso/vdso32/
H A Dsigreturn.S18 movl $__NR_sigreturn, %eax
/openbmc/qemu/linux-user/i386/
H A Dvdso.S120 movl $__NR_sigreturn, %eax
/openbmc/qemu/linux-user/arm/
H A Dvdso.S145 raw_syscall __NR_sigreturn
/openbmc/qemu/linux-user/ppc/
H A Dvdso.S235 raw_syscall __NR_sigreturn
/openbmc/linux/arch/powerpc/kernel/vdso/
H A Dsigtramp32.S24 li r0,__NR_sigreturn
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h89 #define __NR_sigreturn 119 macro
H A Dunistd_32.h105 #define __NR_sigreturn 119 macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h123 #define __NR_sigreturn 119 macro
H A Dunistd_32.h123 #define __NR_sigreturn 119 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_32.h123 #define __NR_sigreturn 119 macro
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h90 #define __NR_sigreturn (__NR_SYSCALL_BASE + 119) macro
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h251 #define __NR_sigreturn 119 macro
252 __SYSCALL(__NR_sigreturn, compat_sys_sigreturn)
/openbmc/linux/arch/m68k/kernel/
H A Dentry.S171 moveq #__NR_sigreturn,%d0

12