Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/include/asm/
H A Dbug.h8 #define BUGFLAG_UNWINDER (1 << 1) macro
89 "i" (BUGFLAG_UNWINDER), \
/openbmc/linux/arch/sh/kernel/
H A Dtraps.c102 if (bug->flags & BUGFLAG_UNWINDER) in handle_BUG()