Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dsyscall.c30 if (unlikely(trap_is_unsupported_scv(regs))) { in system_call_exception()
/linux/arch/powerpc/include/asm/
H A Dptrace.h263 static inline bool trap_is_unsupported_scv(struct pt_regs *regs) in trap_is_unsupported_scv() function
H A Dentry-common.h459 !trap_is_unsupported_scv(regs)) { in arch_enter_from_user_mode()