Searched refs:PT_REGS_ORIG_SYSCALL (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dsignal.c53 PT_REGS_ORIG_SYSCALL(regs) = PT_REGS_SYSCALL_NR(regs);
123 PT_REGS_ORIG_SYSCALL(regs) = PT_REGS_SYSCALL_NR(regs);
127 PT_REGS_ORIG_SYSCALL(regs) = __NR_restart_syscall;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/asm/
H A Dptrace.h31 #define PT_REGS_ORIG_SYSCALL(r) PT_REGS_EAX(r) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/asm/
H A Dptrace.h48 #define PT_REGS_ORIG_SYSCALL(r) PT_REGS_RAX(r) macro

Completed in 40 milliseconds