Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sh/include/asm/
Dbug.h7 #define BUGFLAG_UNWINDER (1 << 1) macro
87 "i" (BUGFLAG_UNWINDER), \
/linux-4.1.27/arch/sh/kernel/
Dtraps.c96 if (bug->flags & BUGFLAG_UNWINDER) in handle_BUG()