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

/linux-master/arch/mips/include/uapi/asm/
H A Dbreak.h22 #define BRK_DIVZERO 7 /* Divide by zero check */ macro
/linux-master/arch/loongarch/include/uapi/asm/
H A Dbreak.h15 #define BRK_DIVZERO 7 /* Divide by zero check */ macro
/linux-master/arch/mips/kernel/
H A Dtraps.c991 case BRK_DIVZERO:
995 code == BRK_DIVZERO ? FPE_INTDIV : FPE_INTOVF,
/linux-master/arch/loongarch/kernel/
H A Dtraps.c756 case BRK_DIVZERO:

Completed in 227 milliseconds