Home
last modified time | relevance | path

Searched refs:trap_is_syscall (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dsyscall.h36 if (trap_is_syscall(regs)) in syscall_get_nr()
H A Dptrace.h271 static inline bool trap_is_syscall(struct pt_regs *regs) in trap_is_syscall() function
/linux/arch/powerpc/kernel/
H A Dsignal.c185 if (!trap_is_syscall(regs)) in check_syscall_restart()
H A Dprocess.c1569 if (!trap_is_syscall(regs) && cpu_has_feature(CPU_FTR_CFAR)) in __show_regs()