Home
last modified time | relevance | path

Searched refs:BRK_BUG (Results 1 – 3 of 3) sorted by relevance

/arch/mips/include/asm/
Dbug.h13 __asm__ __volatile__("break %0" : : "i" (BRK_BUG)); in BUG()
30 : : "r" (condition), "i" (BRK_BUG)); in __BUG_ON()
/arch/mips/include/uapi/asm/
Dbreak.h23 #define BRK_BUG 12 /* Used by BUG() */ macro
/arch/mips/kernel/
Dtraps.c919 case BRK_BUG: in do_trap_or_bp()