Home
last modified time | relevance | path

Searched refs:trap_is_syscall (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dsyscall.h29 if (trap_is_syscall(regs)) in syscall_get_nr()
H A Dptrace.h215 static inline bool trap_is_syscall(struct pt_regs *regs) in trap_is_syscall() function
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dsyscall.h36 if (trap_is_syscall(regs)) in syscall_get_nr()
H A Dptrace.h271 static inline bool trap_is_syscall(struct pt_regs *regs) in trap_is_syscall() function
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsignal.c201 if (!trap_is_syscall(regs)) in check_syscall_restart()
H A Dprocess.c1499 if (!trap_is_syscall(regs) && cpu_has_feature(CPU_FTR_CFAR)) in show_regs()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsignal.c188 if (!trap_is_syscall(regs)) in check_syscall_restart()
H A Dprocess.c1564 if (!trap_is_syscall(regs) && cpu_has_feature(CPU_FTR_CFAR)) in __show_regs()
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dxmon.c1841 if (!trap_is_syscall(fp) && cpu_has_feature(CPU_FTR_CFAR)) { in prregs()
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dxmon.c1923 if (!trap_is_syscall(fp) && cpu_has_feature(CPU_FTR_CFAR)) { in prregs()

Completed in 18 milliseconds