/Linux-v4.19/arch/s390/include/asm/ |
D | seccomp.h | 10 #define __NR_seccomp_sigreturn __NR_sigreturn 15 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
|
/Linux-v4.19/arch/arm/kernel/ |
D | sigreturn_codes.S | 88 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/ |
D | seccomp.h | 7 #define __NR_seccomp_sigreturn __NR_sigreturn
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | seccomp.h | 7 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | seccomp.h | 7 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
|
/Linux-v4.19/arch/x86/include/asm/ |
D | seccomp.h | 8 #define __NR_seccomp_sigreturn __NR_sigreturn
|
/Linux-v4.19/arch/mips/vdso/ |
D | sigreturn.S | 34 li v0, __NR_sigreturn
|
/Linux-v4.19/samples/seccomp/ |
D | bpf-direct.c | 119 #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/ |
D | vsyscall-sigreturn.S | 18 1: .short __NR_sigreturn
|
/Linux-v4.19/arch/x86/entry/vdso/vdso32/ |
D | sigreturn.S | 18 movl $__NR_sigreturn, %eax
|
/Linux-v4.19/arch/m68k/include/uapi/asm/ |
D | unistd.h | 128 #define __NR_sigreturn 119 macro
|
/Linux-v4.19/arch/powerpc/kernel/vdso32/ |
D | sigtramp.S | 28 li r0,__NR_sigreturn
|
/Linux-v4.19/arch/sh/include/uapi/asm/ |
D | unistd_32.h | 132 #define __NR_sigreturn 119 macro
|
D | unistd_64.h | 137 #define __NR_sigreturn 119 macro
|
/Linux-v4.19/arch/sparc/include/uapi/asm/ |
D | unistd.h | 282 #define __NR_sigreturn 216 /* Linux Specific */ macro
|
/Linux-v4.19/tools/arch/powerpc/include/uapi/asm/ |
D | unistd.h | 133 #define __NR_sigreturn 119 macro
|
/Linux-v4.19/arch/powerpc/include/uapi/asm/ |
D | unistd.h | 133 #define __NR_sigreturn 119 macro
|
/Linux-v4.19/arch/microblaze/include/uapi/asm/ |
D | unistd.h | 134 #define __NR_sigreturn 119 /* obsolete -> sys_rt_sigreturn */ macro
|
/Linux-v4.19/arch/alpha/include/uapi/asm/ |
D | unistd.h | 108 #define __NR_sigreturn 103 macro
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | unistd32.h | 262 #define __NR_sigreturn 119 macro 263 __SYSCALL(__NR_sigreturn, compat_sys_sigreturn)
|
/Linux-v4.19/arch/m68k/kernel/ |
D | entry.S | 147 moveq #__NR_sigreturn,%d0
|
/Linux-v4.19/arch/s390/kernel/ |
D | compat_signal.c | 308 if (__put_user(S390_SYSCALL_OPCODE | __NR_sigreturn, svc)) in setup_frame32()
|
D | signal.c | 340 if (__put_user(S390_SYSCALL_OPCODE | __NR_sigreturn, svc)) in setup_frame()
|
/Linux-v4.19/arch/sh/kernel/ |
D | signal_32.c | 301 err |= __put_user((__NR_sigreturn), &frame->retcode[7]); in setup_frame()
|
/Linux-v4.19/arch/alpha/kernel/ |
D | signal.c | 347 err |= __put_user(INSN_LDI_R0+__NR_sigreturn, frame->retcode+1); in setup_frame()
|