Searched refs:pt_regs_is_syscall (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dsyscall.h19 int syscall_p = pt_regs_is_syscall(regs);
H A Dptrace.h173 static inline bool pt_regs_is_syscall(struct pt_regs *regs) function
237 static inline bool pt_regs_is_syscall(struct pt_regs *regs) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsignal_32.c542 if (pt_regs_is_syscall(regs) && (regs->psr & PSR_C))
558 if (restart_syscall && !pt_regs_is_syscall(regs))
H A Dsignal_64.c548 if (pt_regs_is_syscall(regs) &&
575 if (restart_syscall && !pt_regs_is_syscall(regs))
H A Dsignal32.c819 if (restart_syscall && !pt_regs_is_syscall(regs))

Completed in 185 milliseconds