Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dsyscall.h29 if (trap_is_syscall(regs)) in syscall_get_nr()
H A Dptrace.h215 static inline bool trap_is_syscall(struct pt_regs *regs) in trap_is_syscall() function
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsignal.c201 if (!trap_is_syscall(regs)) in check_syscall_restart()
H A Dprocess.c1499 if (!trap_is_syscall(regs) && cpu_has_feature(CPU_FTR_CFAR)) in show_regs()
/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dxmon.c1843 if (!trap_is_syscall(fp) && cpu_has_feature(CPU_FTR_CFAR)) { in prregs()