Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dinterrupt.c161 !trap_is_unsupported_scv(regs)) { in system_call_exception()
185 if (unlikely(trap_is_unsupported_scv(regs))) { in system_call_exception()
208 if (unlikely(trap_is_unsupported_scv(regs))) { in system_call_exception()
/arch/powerpc/include/asm/
Dptrace.h247 static inline bool trap_is_unsupported_scv(struct pt_regs *regs) in trap_is_unsupported_scv() function