Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dptrace.h261 static inline bool trap_is_scv(struct pt_regs *regs) in trap_is_scv() function
273 return (trap_is_scv(regs) || TRAP(regs) == 0xc00); in trap_is_syscall()
289 if (trap_is_scv(regs)) in is_syscall_success()
297 if (trap_is_scv(regs)) in regs_return_value()
H A Dsyscall.h51 if (trap_is_scv(regs)) { in syscall_get_error()
74 if (trap_is_scv(regs)) { in syscall_set_return_value()
/linux/arch/powerpc/kernel/
H A Dsignal.c192 if (trap_is_scv(regs)) { in check_syscall_restart()
232 if (trap_is_scv(regs)) { in check_syscall_restart()