Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/s390/include/asm/
Dseccomp.h10 #define __NR_seccomp_sigreturn __NR_sigreturn
15 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
/Linux-v4.19/arch/arm/kernel/
Dsigreturn_codes.S88 ARM_OK( mov r7, #(__NR_sigreturn - __NR_SYSCALL_BASE) )
89 ARM_OK( swi #(__NR_sigreturn)|(__NR_OABI_SYSCALL_BASE) )
93 movs r7, #(__NR_sigreturn - __NR_SYSCALL_BASE)
/Linux-v4.19/arch/microblaze/include/asm/
Dseccomp.h7 #define __NR_seccomp_sigreturn __NR_sigreturn
/Linux-v4.19/arch/powerpc/include/asm/
Dseccomp.h7 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
/Linux-v4.19/arch/sparc/include/asm/
Dseccomp.h7 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
/Linux-v4.19/arch/x86/include/asm/
Dseccomp.h8 #define __NR_seccomp_sigreturn __NR_sigreturn
/Linux-v4.19/arch/mips/vdso/
Dsigreturn.S34 li v0, __NR_sigreturn
/Linux-v4.19/samples/seccomp/
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()
/Linux-v4.19/arch/sh/kernel/vsyscall/
Dvsyscall-sigreturn.S18 1: .short __NR_sigreturn
/Linux-v4.19/arch/x86/entry/vdso/vdso32/
Dsigreturn.S18 movl $__NR_sigreturn, %eax
/Linux-v4.19/arch/m68k/include/uapi/asm/
Dunistd.h128 #define __NR_sigreturn 119 macro
/Linux-v4.19/arch/powerpc/kernel/vdso32/
Dsigtramp.S28 li r0,__NR_sigreturn
/Linux-v4.19/arch/sh/include/uapi/asm/
Dunistd_32.h132 #define __NR_sigreturn 119 macro
Dunistd_64.h137 #define __NR_sigreturn 119 macro
/Linux-v4.19/arch/sparc/include/uapi/asm/
Dunistd.h282 #define __NR_sigreturn 216 /* Linux Specific */ macro
/Linux-v4.19/tools/arch/powerpc/include/uapi/asm/
Dunistd.h133 #define __NR_sigreturn 119 macro
/Linux-v4.19/arch/powerpc/include/uapi/asm/
Dunistd.h133 #define __NR_sigreturn 119 macro
/Linux-v4.19/arch/microblaze/include/uapi/asm/
Dunistd.h134 #define __NR_sigreturn 119 /* obsolete -> sys_rt_sigreturn */ macro
/Linux-v4.19/arch/alpha/include/uapi/asm/
Dunistd.h108 #define __NR_sigreturn 103 macro
/Linux-v4.19/arch/arm64/include/asm/
Dunistd32.h262 #define __NR_sigreturn 119 macro
263 __SYSCALL(__NR_sigreturn, compat_sys_sigreturn)
/Linux-v4.19/arch/m68k/kernel/
Dentry.S147 moveq #__NR_sigreturn,%d0
/Linux-v4.19/arch/s390/kernel/
Dcompat_signal.c308 if (__put_user(S390_SYSCALL_OPCODE | __NR_sigreturn, svc)) in setup_frame32()
Dsignal.c340 if (__put_user(S390_SYSCALL_OPCODE | __NR_sigreturn, svc)) in setup_frame()
/Linux-v4.19/arch/sh/kernel/
Dsignal_32.c301 err |= __put_user((__NR_sigreturn), &frame->retcode[7]); in setup_frame()
/Linux-v4.19/arch/alpha/kernel/
Dsignal.c347 err |= __put_user(INSN_LDI_R0+__NR_sigreturn, frame->retcode+1); in setup_frame()

12