Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dbug.h14 __asm__ __volatile__("break %0" : : "i" (BRK_BUG)); in BUG()
31 : : "r" (condition), "i" (BRK_BUG)); in __BUG_ON()
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dbreak.h24 #define BRK_BUG 12 /* Used by BUG() */ macro
/openbmc/linux/arch/loongarch/include/uapi/asm/
H A Dbreak.h9 #define BRK_BUG 1 /* Used by BUG() */ macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dbug.h36 break BRK_BUG
/openbmc/linux/arch/loongarch/kernel/
H A Dtraps.c727 case BRK_BUG: in do_bp()
/openbmc/linux/arch/mips/net/
H A Dbpf_jit_comp.c904 uasm_i_break(&p, BRK_BUG); /* Increments p */ in jit_fill_hole()
/openbmc/linux/arch/mips/kernel/
H A Dtraps.c997 case BRK_BUG: in do_trap_or_bp()