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

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

Completed in 197 milliseconds