Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/kernel/
Dsigreturn_codes.S75 ARM_OK( mov r7, #(__NR_sigreturn - __NR_SYSCALL_BASE) )
76 ARM_OK( swi #(__NR_sigreturn)|(__NR_OABI_SYSCALL_BASE) )
80 movs r7, #(__NR_sigreturn - __NR_SYSCALL_BASE)
/linux-4.1.27/arch/s390/include/asm/
Dseccomp.h9 #define __NR_seccomp_sigreturn __NR_sigreturn
14 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
/linux-4.1.27/arch/powerpc/include/asm/
Dseccomp.h6 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
/linux-4.1.27/arch/sparc/include/asm/
Dseccomp.h6 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
/linux-4.1.27/arch/microblaze/include/asm/
Dseccomp.h6 #define __NR_seccomp_sigreturn __NR_sigreturn
/linux-4.1.27/arch/x86/include/asm/
Dseccomp.h7 #define __NR_seccomp_sigreturn __NR_sigreturn
/linux-4.1.27/samples/seccomp/
Dbpf-direct.c118 #ifdef __NR_sigreturn in install_filter()
119 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, __NR_sigreturn, 0, 1), in install_filter()
/linux-4.1.27/arch/sh/kernel/vsyscall/
Dvsyscall-sigreturn.S17 1: .short __NR_sigreturn
/linux-4.1.27/arch/mips/kernel/
Dvdso.c55 install_trampoline(vdso->signal_trampoline, __NR_sigreturn); in init_vdso()
/linux-4.1.27/arch/x86/vdso/vdso32/
Dsigreturn.S25 movl $__NR_sigreturn, %eax
/linux-4.1.27/arch/cris/arch-v32/kernel/
Dsignal.c256 err |= __put_user(__NR_sigreturn, (short __user*)(frame->retcode+2)); in setup_frame()
526 data[1] = __NR_sigreturn; in cris_init_signal()
/linux-4.1.27/arch/m68k/include/uapi/asm/
Dunistd.h127 #define __NR_sigreturn 119 macro
/linux-4.1.27/arch/frv/include/uapi/asm/
Dunistd.h127 #define __NR_sigreturn 119 macro
/linux-4.1.27/arch/powerpc/kernel/vdso32/
Dsigtramp.S28 li r0,__NR_sigreturn
/linux-4.1.27/arch/cris/include/uapi/asm/
Dunistd.h127 #define __NR_sigreturn 119 macro
/linux-4.1.27/arch/mn10300/include/uapi/asm/
Dunistd.h133 #define __NR_sigreturn 119 macro
/linux-4.1.27/arch/powerpc/include/uapi/asm/
Dunistd.h132 #define __NR_sigreturn 119 macro
/linux-4.1.27/arch/s390/include/uapi/asm/
Dunistd.h98 #define __NR_sigreturn 119 macro
/linux-4.1.27/arch/sh/include/uapi/asm/
Dunistd_64.h136 #define __NR_sigreturn 119 macro
Dunistd_32.h131 #define __NR_sigreturn 119 macro
/linux-4.1.27/arch/sparc/include/uapi/asm/
Dunistd.h281 #define __NR_sigreturn 216 /* Linux Specific */ macro
/linux-4.1.27/arch/microblaze/include/uapi/asm/
Dunistd.h133 #define __NR_sigreturn 119 /* obsolete -> sys_rt_sigreturn */ macro
/linux-4.1.27/arch/alpha/include/uapi/asm/
Dunistd.h107 #define __NR_sigreturn 103 macro
/linux-4.1.27/arch/cris/arch-v10/kernel/
Dsignal.c257 err |= __put_user(__NR_sigreturn, (short __user*)(frame->retcode+2)); in setup_frame()
/linux-4.1.27/arch/frv/kernel/
Dsignal.c208 __put_user(0x8efc0000|__NR_sigreturn, &frame->retcode[0]) || in setup_frame()
/linux-4.1.27/arch/arm64/include/asm/
Dunistd32.h262 #define __NR_sigreturn 119 macro
263 __SYSCALL(__NR_sigreturn, compat_sys_sigreturn_wrapper)
/linux-4.1.27/arch/mn10300/kernel/
Dsignal.c236 __put_user(__NR_sigreturn, (char *)(frame->retcode + 1)) || in setup_frame()
/linux-4.1.27/arch/m68k/kernel/
Dentry.S141 moveq #__NR_sigreturn,%d0
Dsignal.c882 err |= __put_user(0x70004e40 + (__NR_sigreturn << 16), in setup_frame()
/linux-4.1.27/arch/arm/include/uapi/asm/
Dunistd.h147 #define __NR_sigreturn (__NR_SYSCALL_BASE+119) macro
/linux-4.1.27/arch/s390/kernel/
Dsignal.c357 if (__put_user(S390_SYSCALL_OPCODE | __NR_sigreturn, svc)) in setup_frame()
Dcompat_signal.c445 if (__put_user(S390_SYSCALL_OPCODE | __NR_sigreturn, svc)) in setup_frame32()
/linux-4.1.27/arch/sh/kernel/
Dsignal_32.c299 err |= __put_user((__NR_sigreturn), &frame->retcode[7]); in setup_frame()
/linux-4.1.27/arch/alpha/kernel/
Dsignal.c357 err |= __put_user(INSN_LDI_R0+__NR_sigreturn, frame->retcode+1); in setup_frame()
/linux-4.1.27/arch/x86/um/
Dsignal.c405 err |= __put_user(__NR_sigreturn, (int __user *)(frame->retcode+2)); in setup_signal_stack_sc()
/linux-4.1.27/arch/x86/kernel/
Dsignal.c257 __NR_sigreturn,
/linux-4.1.27/arch/mips/include/uapi/asm/
Dunistd.h142 #define __NR_sigreturn (__NR_Linux + 119) macro
/linux-4.1.27/arch/powerpc/kernel/
Dsignal_32.c1445 sigret = __NR_sigreturn; in handle_signal32()