Searched refs:__NR_sigreturn (Results 1 – 22 of 22) sorted by relevance
| /Linux-v6.6/arch/arm/kernel/ |
| D | sigreturn_codes.S | 80 ARM_OK( mov r7, #(__NR_sigreturn - __NR_SYSCALL_BASE) ) 81 ARM_OK( swi #(__NR_sigreturn)|(__NR_OABI_SYSCALL_BASE) ) 85 movs r7, #(__NR_sigreturn - __NR_SYSCALL_BASE)
|
| /Linux-v6.6/arch/s390/include/asm/ |
| D | seccomp.h | 10 #define __NR_seccomp_sigreturn __NR_sigreturn 15 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
|
| /Linux-v6.6/arch/sparc/include/asm/ |
| D | seccomp.h | 7 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
|
| /Linux-v6.6/arch/microblaze/include/asm/ |
| D | seccomp.h | 7 #define __NR_seccomp_sigreturn __NR_sigreturn
|
| /Linux-v6.6/arch/mips/vdso/ |
| D | sigreturn.S | 30 li v0, __NR_sigreturn
|
| /Linux-v6.6/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-v6.6/arch/x86/include/asm/ |
| D | seccomp.h | 8 #define __NR_seccomp_sigreturn __NR_sigreturn
|
| /Linux-v6.6/arch/powerpc/include/asm/ |
| D | seccomp.h | 7 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
|
| /Linux-v6.6/arch/s390/kernel/vdso32/ |
| D | vdso_user_wrapper.S | 21 vdso_syscall sigreturn,__NR_sigreturn
|
| /Linux-v6.6/arch/s390/kernel/vdso64/ |
| D | vdso_user_wrapper.S | 56 vdso_syscall sigreturn,__NR_sigreturn
|
| /Linux-v6.6/arch/sh/kernel/vsyscall/ |
| D | vsyscall-sigreturn.S | 18 1: .short __NR_sigreturn
|
| /Linux-v6.6/arch/x86/entry/vdso/vdso32/ |
| D | sigreturn.S | 18 movl $__NR_sigreturn, %eax
|
| /Linux-v6.6/arch/powerpc/kernel/vdso/ |
| D | sigtramp32.S | 24 li r0,__NR_sigreturn
|
| /Linux-v6.6/arch/arm64/include/asm/ |
| D | unistd32.h | 251 #define __NR_sigreturn 119 macro 252 __SYSCALL(__NR_sigreturn, compat_sys_sigreturn)
|
| /Linux-v6.6/arch/m68k/kernel/ |
| D | entry.S | 171 moveq #__NR_sigreturn,%d0
|
| D | signal.c | 910 err |= __put_user(0x70004e40 + (__NR_sigreturn << 16), in setup_frame()
|
| /Linux-v6.6/arch/sh/kernel/ |
| D | signal_32.c | 303 err |= __put_user((__NR_sigreturn), &frame->retcode[7]); in setup_frame()
|
| /Linux-v6.6/arch/x86/kernel/ |
| D | signal_32.c | 66 #define __NR_ia32_sigreturn __NR_sigreturn
|
| /Linux-v6.6/arch/x86/um/ |
| D | signal.c | 393 err |= __put_user(__NR_sigreturn, (int __user *)(frame->retcode+2)); in setup_signal_stack_sc()
|
| /Linux-v6.6/arch/alpha/kernel/ |
| D | signal.c | 348 err |= __put_user(INSN_LDI_R0+__NR_sigreturn, frame->retcode+1); in setup_frame()
|
| /Linux-v6.6/arch/powerpc/kernel/ |
| D | signal_32.c | 885 unsafe_put_user(PPC_RAW_LI(_R0, __NR_sigreturn), &mctx->mc_pad[0], failed); in handle_signal32()
|
| /Linux-v6.6/tools/testing/selftests/seccomp/ |
| D | seccomp_bpf.c | 3016 #ifdef __NR_sigreturn in TEST() 3017 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, __NR_sigreturn, 7, 0), in TEST()
|