Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dptrace.h268 static inline bool trap_is_syscall(struct pt_regs *regs) in trap_is_syscall() function
H A Dentry-common.h404 if (mmu_has_feature(MMU_FTR_PKEY) && trap_is_syscall(regs)) { in arch_enter_from_user_mode()
/linux/arch/powerpc/kernel/
H A Dsignal.c186 if (!trap_is_syscall(regs)) in check_syscall_restart()