Home
last modified time | relevance | path

Searched refs:__NR_sigreturn (Results 1 - 25 of 50) sorted by relevance

12

/kernel/linux/linux-5.10/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dseccomp.h10 #define __NR_seccomp_sigreturn __NR_sigreturn
15 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dseccomp.h10 #define __NR_seccomp_sigreturn __NR_sigreturn
15 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dseccomp.h7 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dseccomp.h7 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H A Dseccomp.h7 #define __NR_seccomp_sigreturn __NR_sigreturn
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H A Dseccomp.h7 #define __NR_seccomp_sigreturn __NR_sigreturn
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dseccomp.h7 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dseccomp.h8 #define __NR_seccomp_sigreturn __NR_sigreturn
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dseccomp.h7 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dseccomp.h8 #define __NR_seccomp_sigreturn __NR_sigreturn
/kernel/linux/linux-6.6/arch/s390/kernel/vdso32/
H A Dvdso_user_wrapper.S21 vdso_syscall sigreturn,__NR_sigreturn
/kernel/linux/linux-6.6/arch/s390/kernel/vdso64/
H A Dvdso_user_wrapper.S56 vdso_syscall sigreturn,__NR_sigreturn
/kernel/linux/linux-5.10/arch/sh/kernel/vsyscall/
H A Dvsyscall-sigreturn.S18 1: .short __NR_sigreturn
/kernel/linux/linux-6.6/arch/sh/kernel/vsyscall/
H A Dvsyscall-sigreturn.S18 1: .short __NR_sigreturn
/kernel/linux/linux-5.10/arch/x86/entry/vdso/vdso32/
H A Dsigreturn.S18 movl $__NR_sigreturn, %eax
/kernel/linux/linux-6.6/arch/x86/entry/vdso/vdso32/
H A Dsigreturn.S18 movl $__NR_sigreturn, %eax
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso32/
H A Dsigtramp.S24 li r0,__NR_sigreturn
/kernel/linux/linux-6.6/arch/powerpc/kernel/vdso/
H A Dsigtramp32.S24 li r0,__NR_sigreturn
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dunistd_32.h140 #define __NR_sigreturn 119 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Dunistd_32.h140 #define __NR_sigreturn 119 macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dunistd32.h251 #define __NR_sigreturn 119 macro
252 __SYSCALL(__NR_sigreturn, compat_sys_sigreturn)

Completed in 11 milliseconds

12