/openbmc/linux/arch/arm/kernel/ |
H A 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)
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | seccomp.h | 10 #define __NR_seccomp_sigreturn __NR_sigreturn 15 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | seccomp.h | 7 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | seccomp.h | 7 #define __NR_seccomp_sigreturn __NR_sigreturn
|
/openbmc/linux/samples/seccomp/ |
H A 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()
|
/openbmc/linux/arch/mips/vdso/ |
H A D | sigreturn.S | 30 li v0, __NR_sigreturn
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | seccomp.h | 8 #define __NR_seccomp_sigreturn __NR_sigreturn
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | seccomp.h | 7 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
|
/openbmc/linux/arch/s390/kernel/vdso32/ |
H A D | vdso_user_wrapper.S | 21 vdso_syscall sigreturn,__NR_sigreturn
|
/openbmc/qemu/linux-user/s390x/ |
H A D | vdso.S | 56 raw_syscall __NR_sigreturn
|
/openbmc/linux/arch/s390/kernel/vdso64/ |
H A D | vdso_user_wrapper.S | 58 vdso_syscall sigreturn,__NR_sigreturn
|
/openbmc/linux/arch/sh/kernel/vsyscall/ |
H A D | vsyscall-sigreturn.S | 18 1: .short __NR_sigreturn
|
/openbmc/qemu/linux-user/arm/ |
H A D | vdso.S | 145 raw_syscall __NR_sigreturn
|
/openbmc/qemu/linux-user/i386/ |
H A D | vdso.S | 120 movl $__NR_sigreturn, %eax
|
/openbmc/linux/arch/x86/entry/vdso/vdso32/ |
H A D | sigreturn.S | 18 movl $__NR_sigreturn, %eax
|
/openbmc/qemu/linux-user/ppc/ |
H A D | vdso.S | 235 raw_syscall __NR_sigreturn
|
/openbmc/linux/arch/powerpc/kernel/vdso/ |
H A D | sigtramp32.S | 24 li r0,__NR_sigreturn
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 89 #define __NR_sigreturn 119 macro
|
H A D | unistd_32.h | 105 #define __NR_sigreturn 119 macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 123 #define __NR_sigreturn 119 macro
|
H A D | unistd_32.h | 123 #define __NR_sigreturn 119 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_32.h | 123 #define __NR_sigreturn 119 macro
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 251 #define __NR_sigreturn 119 macro 252 __SYSCALL(__NR_sigreturn, compat_sys_sigreturn)
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 90 #define __NR_sigreturn (__NR_SYSCALL_BASE + 119) macro
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | entry.S | 171 moveq #__NR_sigreturn,%d0
|