Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/include/uapi/asm/
Dbreak.h22 #define BRK_DIVZERO 7 /* Divide by zero check */ macro
/linux-5.19.10/arch/loongarch/include/uapi/asm/
Dbreak.h15 #define BRK_DIVZERO 7 /* Divide by zero check */ macro
/linux-5.19.10/arch/loongarch/kernel/
Dtraps.c431 case BRK_DIVZERO: in do_bp()
/linux-5.19.10/arch/mips/kernel/
Dtraps.c990 case BRK_DIVZERO: in do_trap_or_bp()
994 code == BRK_DIVZERO ? FPE_INTDIV : FPE_INTOVF, in do_trap_or_bp()