Home
last modified time | relevance | path

Searched refs:trap_is_scv (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/arch/powerpc/include/asm/
Dptrace.h225 static inline bool trap_is_scv(struct pt_regs *regs) in trap_is_scv() function
232 return (trap_is_scv(regs) || TRAP(regs) == 0xc00); in trap_is_syscall()
/Linux-v5.10/arch/powerpc/kernel/
Dsignal.c208 if (trap_is_scv(regs)) { in check_syscall_restart()
248 if (trap_is_scv(regs)) { in check_syscall_restart()
Dprocess.c1704 if (trap_is_scv(regs)) in copy_thread()