Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dsyscall.h36 if (trap_is_syscall(regs)) in syscall_get_nr()
Dptrace.h257 static inline bool trap_is_syscall(struct pt_regs *regs) in trap_is_syscall() function
/linux-6.1.9/arch/powerpc/kernel/
Dsignal.c188 if (!trap_is_syscall(regs)) in check_syscall_restart()
Dprocess.c1529 if (!trap_is_syscall(regs) && cpu_has_feature(CPU_FTR_CFAR)) in __show_regs()
/linux-6.1.9/arch/powerpc/xmon/
Dxmon.c1926 if (!trap_is_syscall(fp) && cpu_has_feature(CPU_FTR_CFAR)) { in prregs()