Home
last modified time | relevance | path

Searched refs:MIPS_BE_FIXUP (Results 1 – 8 of 8) sorted by relevance

/linux/arch/mips/sgi-ip32/
H A Dip32-berr.c28 return MIPS_BE_FIXUP; in ip32_be_handler()
/linux/arch/mips/sgi-ip27/
H A Dip27-berr.c69 return MIPS_BE_FIXUP; in ip27_be_handler()
/linux/arch/mips/sgi-ip22/
H A Dip22-berr.c108 return MIPS_BE_FIXUP; in ip22_be_handler()
H A Dip28-berr.c463 return MIPS_BE_FIXUP; in ip28_be_handler()
/linux/arch/mips/include/asm/
H A Dtraps.h14 #define MIPS_BE_FIXUP 1 /* return to the fixup code */ macro
/linux/arch/mips/sibyte/swarm/
H A Dsetup.c66 return is_fixup ? MIPS_BE_FIXUP : MIPS_BE_FATAL; in swarm_be_handler()
/linux/drivers/bus/
H A Dbrcmstb_gisb.c308 return is_fixup ? MIPS_BE_FIXUP : MIPS_BE_FATAL; in brcmstb_bus_error_handler()
/linux/arch/mips/kernel/
H A Dtraps.c463 action = MIPS_BE_FIXUP; in do_be()
473 case MIPS_BE_FIXUP: in do_be()