Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dsyscall.c98 !trap_is_unsupported_scv(regs)) { in system_call_exception()
122 if (unlikely(trap_is_unsupported_scv(regs))) { in system_call_exception()
139 if (unlikely(trap_is_unsupported_scv(regs))) { in system_call_exception()
/openbmc/linux/arch/powerpc/include/asm/
H A Dptrace.h266 static inline bool trap_is_unsupported_scv(struct pt_regs *regs) in trap_is_unsupported_scv() function