Searched refs:__NR_rt_sigreturn (Results 1 – 25 of 32) sorted by relevance
12
/arch/nds32/kernel/vdso/ |
D | sigreturn.S | 12 movi $r15, __NR_rt_sigreturn 17 syscall __NR_rt_sigreturn
|
/arch/arm/kernel/ |
D | sigreturn_codes.S | 90 ARM_OK( mov r7, #(__NR_rt_sigreturn - __NR_SYSCALL_BASE) ) 91 ARM_OK( swi #(__NR_rt_sigreturn)|(__NR_OABI_SYSCALL_BASE) ) 95 movs r7, #(__NR_rt_sigreturn - __NR_SYSCALL_BASE)
|
/arch/hexagon/kernel/ |
D | trampoline.S | 21 r6 = #__NR_rt_sigreturn;
|
/arch/sh/include/asm/ |
D | seccomp.h | 9 #define __NR_seccomp_sigreturn __NR_rt_sigreturn
|
/arch/riscv/kernel/vdso/ |
D | rt_sigreturn.S | 13 li a7, __NR_rt_sigreturn
|
/arch/arm64/kernel/vdso/ |
D | sigreturn.S | 23 mov x8, #__NR_rt_sigreturn
|
/arch/mips/vdso/ |
D | sigreturn.S | 20 li v0, __NR_rt_sigreturn
|
/arch/sh/kernel/vsyscall/ |
D | vsyscall-sigreturn.S | 35 1: .short __NR_rt_sigreturn
|
/arch/xtensa/kernel/ |
D | signal.c | 295 #if __NR_rt_sigreturn > 255 in gen_return_code() 303 err |= __put_user(__NR_rt_sigreturn, &codemem[2]); in gen_return_code() 313 err |= __put_user(__NR_rt_sigreturn, &codemem[2]); in gen_return_code()
|
/arch/x86/entry/vdso/vdso32/ |
D | sigreturn.S | 29 movl $__NR_rt_sigreturn, %eax
|
/arch/openrisc/kernel/ |
D | signal.c | 185 err |= __put_user(__NR_rt_sigreturn, (short *)(frame->retcode + 2)); in setup_rt_frame()
|
/arch/powerpc/kernel/vdso32/ |
D | sigtramp.S | 32 li r0,__NR_rt_sigreturn
|
/arch/powerpc/kernel/vdso64/ |
D | sigtramp.S | 27 li r0,__NR_rt_sigreturn
|
/arch/sh/include/uapi/asm/ |
D | unistd_64.h | 191 #define __NR_rt_sigreturn 173 macro
|
/arch/h8300/kernel/ |
D | signal.c | 189 err |= __put_user(0x1a80f800 + (__NR_rt_sigreturn & 0xff), in setup_rt_frame()
|
/arch/microblaze/kernel/ |
D | signal.c | 187 err |= __put_user(0x31800000 | __NR_rt_sigreturn , in setup_rt_frame()
|
/arch/c6x/kernel/ |
D | signal.c | 168 COPY(0x0000002AUL | (__NR_rt_sigreturn << 7)); in setup_rt_frame()
|
/arch/parisc/kernel/ |
D | syscall.S | 238 ldi __NR_rt_sigreturn,%r2 374 ldi __NR_rt_sigreturn,%r2
|
/arch/ia64/kernel/ |
D | gate.S | 191 mov r15=__NR_rt_sigreturn
|
/arch/arm64/include/asm/ |
D | unistd32.h | 359 #define __NR_rt_sigreturn 173 macro 360 __SYSCALL(__NR_rt_sigreturn, compat_sys_rt_sigreturn)
|
/arch/m68k/kernel/ |
D | signal.c | 1008 err |= __put_user(0x00004e40 + (__NR_rt_sigreturn << 16), in setup_rt_frame() 1012 err |= __put_user(0x70004600 + ((__NR_rt_sigreturn ^ 0xff) << 16), in setup_rt_frame()
|
D | entry.S | 151 movel #__NR_rt_sigreturn,%d0
|
/arch/s390/kernel/ |
D | compat_signal.c | 374 if (__put_user(S390_SYSCALL_OPCODE | __NR_rt_sigreturn, svc)) in setup_rt_frame32()
|
D | signal.c | 402 if (__put_user(S390_SYSCALL_OPCODE | __NR_rt_sigreturn, svc)) in setup_rt_frame()
|
/arch/nios2/kernel/ |
D | entry.S | 564 movi r2, __NR_rt_sigreturn
|
12