Searched refs:__NR_sigreturn (Results 1 – 25 of 34) sorted by relevance
12
/arch/x86/include/asm/ |
D | seccomp_32.h | 9 #define __NR_seccomp_sigreturn __NR_sigreturn
|
D | unistd_32.h | 127 #define __NR_sigreturn 119 macro
|
/arch/sparc/include/asm/ |
D | seccomp.h | 13 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
|
D | unistd.h | 281 #define __NR_sigreturn 216 /* Linux Specific */ macro
|
/arch/powerpc/include/asm/ |
D | seccomp.h | 14 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
|
D | unistd.h | 132 #define __NR_sigreturn 119 macro
|
/arch/sh/kernel/vsyscall/ |
D | vsyscall-sigreturn.S | 17 1: .short __NR_sigreturn
|
/arch/x86/vdso/vdso32/ |
D | sigreturn.S | 24 movl $__NR_sigreturn, %eax
|
/arch/m68knommu/kernel/ |
D | entry.S | 145 moveq #__NR_sigreturn,%d0
|
/arch/sh/include/asm/ |
D | unistd_32.h | 131 #define __NR_sigreturn 119 macro
|
D | unistd_64.h | 136 #define __NR_sigreturn 119 macro
|
/arch/h8300/include/asm/ |
D | unistd.h | 127 #define __NR_sigreturn 119 macro
|
/arch/m68k/include/asm/ |
D | unistd.h | 127 #define __NR_sigreturn 119 macro
|
/arch/cris/include/asm/ |
D | unistd.h | 127 #define __NR_sigreturn 119 macro
|
/arch/s390/include/asm/ |
D | unistd.h | 100 #define __NR_sigreturn 119 macro
|
/arch/powerpc/kernel/vdso32/ |
D | sigtramp.S | 28 li r0,__NR_sigreturn
|
/arch/arm/kernel/ |
D | signal.c | 29 #define SWI_SYS_SIGRETURN (0xef000000|(__NR_sigreturn)|(__NR_OABI_SYSCALL_BASE)) 35 #define MOV_R7_NR_SIGRETURN (0xe3a07000 | (__NR_sigreturn - __NR_SYSCALL_BASE)) 42 #define SWI_THUMB_SIGRETURN (0xdf00 << 16 | 0x2700 | (__NR_sigreturn - __NR_SYSCALL_BASE))
|
/arch/cris/arch-v32/kernel/ |
D | signal.c | 341 err |= __put_user(__NR_sigreturn, (short __user*)(frame->retcode+2)); in setup_frame() 661 data[1] = __NR_sigreturn; in cris_init_signal()
|
/arch/h8300/kernel/ |
D | signal.c | 355 err |= __put_user(0x1a80f800 + (__NR_sigreturn & 0xff), in setup_frame() 431 err |= __put_user(0x1a80f800 + (__NR_sigreturn & 0xff), in setup_rt_frame()
|
/arch/alpha/include/asm/ |
D | unistd.h | 107 #define __NR_sigreturn 103 macro
|
/arch/arm/include/asm/ |
D | unistd.h | 147 #define __NR_sigreturn (__NR_SYSCALL_BASE+119) macro
|
/arch/cris/arch-v10/kernel/ |
D | signal.c | 333 err |= __put_user(__NR_sigreturn, (short __user*)(frame->retcode+2)); in setup_frame()
|
/arch/frv/kernel/ |
D | signal.c | 287 __put_user(0x8efc0000|__NR_sigreturn, &frame->retcode[0]) || in setup_frame()
|
/arch/s390/kernel/ |
D | signal.c | 295 if (__put_user(S390_SYSCALL_OPCODE | __NR_sigreturn, in setup_frame()
|
/arch/um/sys-i386/ |
D | signal.c | 368 err |= __put_user(__NR_sigreturn, (int __user *)(frame->retcode+2)); in setup_signal_stack_sc()
|
12