Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
A Dptrace.h242 static inline bool trap_is_scv(struct pt_regs *regs) in trap_is_scv() function
254 return (trap_is_scv(regs) || TRAP(regs) == 0xc00); in trap_is_syscall()
270 if (trap_is_scv(regs)) in is_syscall_success()
278 if (trap_is_scv(regs)) in regs_return_value()
A Dsyscall.h44 if (trap_is_scv(regs)) { in syscall_get_error()
67 if (trap_is_scv(regs)) { in syscall_set_return_value()
/linux/arch/powerpc/kernel/
A Dsignal.c180 if (trap_is_scv(regs)) { in check_syscall_restart()
220 if (trap_is_scv(regs)) { in check_syscall_restart()
A Dinterrupt.c266 if (trap_is_scv(regs)) in check_return_regs_valid()
A Dprocess.c1735 if (trap_is_scv(regs)) in copy_thread()

Completed in 11 milliseconds