Home
last modified time | relevance | path

Searched refs:BRK_DIVZERO (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/mips/include/uapi/asm/
H A Dbreak.h22 #define BRK_DIVZERO 7 /* Divide by zero check */ macro
/openbmc/linux/arch/loongarch/include/uapi/asm/
H A Dbreak.h15 #define BRK_DIVZERO 7 /* Divide by zero check */ macro
/openbmc/qemu/linux-user/mips/
H A Dcpu_loop.c39 BRK_DIVZERO = 7 enumerator
50 case BRK_DIVZERO: in do_tr_or_bp()
/openbmc/linux/arch/mips/kernel/
H A Dtraps.c990 case BRK_DIVZERO: in do_trap_or_bp()
994 code == BRK_DIVZERO ? FPE_INTDIV : FPE_INTOVF, in do_trap_or_bp()
/openbmc/linux/arch/loongarch/kernel/
H A Dtraps.c730 case BRK_DIVZERO: in do_bp()