Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-mips/
Dbreak.h25 #define BRK_DIVZERO 7 /* Divide by zero check */ macro
Dsignal.h166 #define BRK_DIVZERO 7 /* Divide by zero check */ macro
/linux-2.4.37.9/include/asm-mips64/
Dbreak.h25 #define BRK_DIVZERO 7 /* Divide by zero check */ macro
Dsignal.h171 #define BRK_DIVZERO 7 /* Divide by zero check */ macro
/linux-2.4.37.9/arch/mips/kernel/
Dtraps.c615 case BRK_DIVZERO << 10: in do_bp()
616 if (bcode == (BRK_DIVZERO << 10)) in do_bp()
650 case BRK_DIVZERO: in do_tr()
651 if (tcode == BRK_DIVZERO) in do_tr()
/linux-2.4.37.9/arch/mips64/kernel/
Dtraps.c625 case BRK_DIVZERO << 10: in do_bp()
626 if (bcode == (BRK_DIVZERO << 10)) in do_bp()
660 case BRK_DIVZERO: in do_tr()
661 if (tcode == BRK_DIVZERO) in do_tr()