Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dptrace.h247 static inline bool trap_is_scv(struct pt_regs *regs) in trap_is_scv() function
259 return (trap_is_scv(regs) || TRAP(regs) == 0xc00); in trap_is_syscall()
275 if (trap_is_scv(regs)) in is_syscall_success()
283 if (trap_is_scv(regs)) in regs_return_value()
Dsyscall.h51 if (trap_is_scv(regs)) { in syscall_get_error()
74 if (trap_is_scv(regs)) { in syscall_set_return_value()
/linux-6.1.9/arch/powerpc/kernel/
Dsignal.c195 if (trap_is_scv(regs)) { in check_syscall_restart()
235 if (trap_is_scv(regs)) { in check_syscall_restart()
Dinterrupt.c104 if (trap_is_scv(regs)) in check_return_regs_valid()
Dprocess.c1764 if (trap_is_scv(regs)) in copy_thread()