Home
last modified time | relevance | path

Searched refs:MIPS_BE_FATAL (Results 1 – 9 of 9) sorted by relevance

/arch/mips/include/asm/
Dtraps.h19 #define MIPS_BE_FATAL 2 /* treat as an unrecoverable error */ macro
/arch/mips/sibyte/swarm/
Dsetup.c79 return (is_fixup ? MIPS_BE_FIXUP : MIPS_BE_FATAL); in swarm_be_handler()
/arch/mips/sgi-ip22/
Dip22-berr.c110 return MIPS_BE_FATAL; in ip22_be_handler()
Dip28-berr.c451 return MIPS_BE_FATAL; in ip28_be_interrupt()
/arch/mips/dec/
Dkn02xa-berr.c64 int action = MIPS_BE_FATAL; in dec_kn02xa_be_backend()
Dkn01-berr.c92 int action = MIPS_BE_FATAL; in dec_kn01_be_backend()
Decc-berr.c69 int action = MIPS_BE_FATAL; in dec_ecc_be_backend()
/arch/mips/mti-malta/
Dmalta-int.c656 int retval = is_fixup ? MIPS_BE_FIXUP : MIPS_BE_FATAL; in malta_be_handler()
/arch/mips/kernel/
Dtraps.c409 int action = MIPS_BE_FATAL; in do_be()