Home
last modified time | relevance | path

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

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