Searched refs:__NR_sigreturn (Results 1 - 25 of 38) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dseccomp_32.h9 #define __NR_seccomp_sigreturn __NR_sigreturn
H A Dunistd_32.h127 #define __NR_sigreturn 119 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dseccomp.h9 #define __NR_seccomp_sigreturn __NR_sigreturn
14 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
H A Dunistd.h100 #define __NR_sigreturn 119 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dseccomp.h13 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
H A Dunistd.h281 #define __NR_sigreturn 216 /* Linux Specific */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dseccomp.h14 #define __NR_seccomp_sigreturn_32 __NR_sigreturn
H A Dunistd.h132 #define __NR_sigreturn 119 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/vsyscall/
H A Dvsyscall-sigreturn.S17 1: .short __NR_sigreturn
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dvdso.c53 install_trampoline(vdso->signal_trampoline, __NR_sigreturn);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/vdso/vdso32/
H A Dsigreturn.S24 movl $__NR_sigreturn, %eax
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Dentry.S144 moveq #__NR_sigreturn,%d0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dunistd.h133 #define __NR_sigreturn 119 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dunistd_32.h131 #define __NR_sigreturn 119 macro
H A Dunistd_64.h136 #define __NR_sigreturn 119 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/vdso32/
H A Dsigtramp.S28 li r0,__NR_sigreturn
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dunistd.h127 #define __NR_sigreturn 119 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dunistd.h133 #define __NR_sigreturn 119 /* obsolete -> sys_rt_sigreturn */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Dunistd.h127 #define __NR_sigreturn 119 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dunistd.h127 #define __NR_sigreturn 119 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dunistd.h127 #define __NR_sigreturn 119 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dunistd.h107 #define __NR_sigreturn 103 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/kernel/
H A Dsignal.c354 /* sub.l er0,er0; mov.b #__NR_sigreturn,r0l; trapa #0 */
355 err |= __put_user(0x1a80f800 + (__NR_sigreturn & 0xff),
430 /* sub.l er0,er0; mov.b #__NR_sigreturn,r0l; trapa #0 */
431 err |= __put_user(0x1a80f800 + (__NR_sigreturn & 0xff),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dsignal.c335 * This is movu.w __NR_sigreturn, r9; break 13;
342 err |= __put_user(__NR_sigreturn, (short __user*)(frame->retcode+2));
657 /* This is movu.w __NR_sigreturn, r9; break 13; */
659 data[1] = __NR_sigreturn;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dsignal.c31 #define SWI_SYS_SIGRETURN (0xef000000|(__NR_sigreturn)|(__NR_OABI_SYSCALL_BASE))
38 #define MOV_R7_NR_SIGRETURN (0xe3a07000 | (__NR_sigreturn - __NR_SYSCALL_BASE))
45 #define SWI_THUMB_SIGRETURN (0xdf00 << 16 | 0x2700 | (__NR_sigreturn - __NR_SYSCALL_BASE))

Completed in 238 milliseconds

12