Home
last modified time | relevance | path

Searched refs:__NR_sigreturn (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsigreturn_codes.S80 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)
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dseccomp.h10 #define __NR_seccomp_sigreturn __NR_sigreturn
15 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
/OK3568_Linux_fs/kernel/samples/seccomp/
H A Dbpf-direct.c119 #ifdef __NR_sigreturn in install_filter()
120 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, __NR_sigreturn, 0, 1), in install_filter()
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dseccomp.h7 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dseccomp.h7 #define __NR_seccomp_sigreturn __NR_sigreturn
/OK3568_Linux_fs/kernel/arch/mips/vdso/
H A Dsigreturn.S30 li v0, __NR_sigreturn
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dseccomp.h8 #define __NR_seccomp_sigreturn __NR_sigreturn
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dseccomp.h7 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
/OK3568_Linux_fs/kernel/arch/sh/kernel/vsyscall/
H A Dvsyscall-sigreturn.S18 1: .short __NR_sigreturn
/OK3568_Linux_fs/kernel/arch/x86/entry/vdso/vdso32/
H A Dsigreturn.S18 movl $__NR_sigreturn, %eax
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/vdso32/
H A Dsigtramp.S24 li r0,__NR_sigreturn
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dunistd32.h251 #define __NR_sigreturn 119 macro
252 __SYSCALL(__NR_sigreturn, compat_sys_sigreturn)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/
H A Dunistd-common.h90 #define __NR_sigreturn (__NR_SYSCALL_BASE + 119) macro
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Dentry.S154 moveq #__NR_sigreturn,%d0
H A Dsignal.c928 err |= __put_user(0x70004e40 + (__NR_sigreturn << 16), in setup_frame()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsyscall.h2162 #ifdef __NR_sigreturn
2163 # define SYS_sigreturn __NR_sigreturn
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsyscall.h2162 #ifdef __NR_sigreturn
2163 # define SYS_sigreturn __NR_sigreturn
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dcompat_signal.c308 if (__put_user(S390_SYSCALL_OPCODE | __NR_sigreturn, svc)) in setup_frame32()
H A Dsignal.c340 if (__put_user(S390_SYSCALL_OPCODE | __NR_sigreturn, svc)) in setup_frame()
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dsignal_32.c300 err |= __put_user((__NR_sigreturn), &frame->retcode[7]); in setup_frame()
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dsignal.c347 err |= __put_user(INSN_LDI_R0+__NR_sigreturn, frame->retcode+1); in setup_frame()
/OK3568_Linux_fs/kernel/arch/x86/um/
H A Dsignal.c392 err |= __put_user(__NR_sigreturn, (int __user *)(frame->retcode+2)); in setup_signal_stack_sc()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsignal.c304 __NR_sigreturn,
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsignal_32.c1254 sigret = __NR_sigreturn; in handle_signal32()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Add-support-for-mips64-n32-n64.patch860 - top->c_un.syscall == (__NR_sigreturn -

12