Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dtraps.h15 #define MIPS_BE_FATAL 2 /* treat as an unrecoverable error */ macro
/OK3568_Linux_fs/kernel/arch/mips/sgi-ip22/
H A Dip22-berr.c110 return MIPS_BE_FATAL; in ip22_be_handler()
H A Dip28-berr.c437 return MIPS_BE_FATAL; in ip28_be_interrupt()
/OK3568_Linux_fs/kernel/arch/mips/dec/
H A Dkn02xa-berr.c58 int action = MIPS_BE_FATAL; in dec_kn02xa_be_backend()
H A Dkn01-berr.c85 int action = MIPS_BE_FATAL; in dec_kn01_be_backend()
H A Decc-berr.c63 int action = MIPS_BE_FATAL; in dec_ecc_be_backend()
/OK3568_Linux_fs/kernel/arch/mips/sibyte/swarm/
H A Dsetup.c66 return is_fixup ? MIPS_BE_FIXUP : MIPS_BE_FATAL; in swarm_be_handler()
/OK3568_Linux_fs/kernel/drivers/bus/
H A Dbrcmstb_gisb.c293 return is_fixup ? MIPS_BE_FIXUP : MIPS_BE_FATAL; in brcmstb_bus_error_handler()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dtraps.c443 int action = MIPS_BE_FATAL; in do_be()