Home
last modified time | relevance | path

Searched refs:trap_is_scv (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dptrace.h210 static inline bool trap_is_scv(struct pt_regs *regs) in trap_is_scv() function
217 return (trap_is_scv(regs) || TRAP(regs) == 0xc00); in trap_is_syscall()
233 if (trap_is_scv(regs)) in is_syscall_success()
241 if (trap_is_scv(regs)) in regs_return_value()
H A Dsyscall.h44 if (trap_is_scv(regs)) { in syscall_get_error()
67 if (trap_is_scv(regs)) { in syscall_set_return_value()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsignal.c208 if (trap_is_scv(regs)) { in check_syscall_restart()
248 if (trap_is_scv(regs)) { in check_syscall_restart()
H A Dprocess.c1720 if (trap_is_scv(regs)) in copy_thread()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsignal.c195 if (trap_is_scv(regs)) { in check_syscall_restart()
235 if (trap_is_scv(regs)) { in check_syscall_restart()
H A Dinterrupt.c106 if (trap_is_scv(regs)) in check_return_regs_valid()
H A Dprocess.c1816 if (trap_is_scv(regs)) in copy_thread()

Completed in 9 milliseconds