Home
last modified time | relevance | path

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

/arch/mips/dec/
Dkn02xa-berr.c84 action = MIPS_BE_FIXUP; in dec_kn02xa_be_backend()
86 if (action != MIPS_BE_FIXUP) in dec_kn02xa_be_backend()
90 if (action != MIPS_BE_FIXUP && address < 0x10000000) in dec_kn02xa_be_backend()
Decc-berr.c101 action = MIPS_BE_FIXUP; in dec_ecc_be_backend()
187 if (action != MIPS_BE_FIXUP) in dec_ecc_be_backend()
191 if (action != MIPS_BE_FIXUP && erraddr & KN0X_EAR_ECCERR) in dec_ecc_be_backend()
Dkn01-berr.c138 action = MIPS_BE_FIXUP; in dec_kn01_be_backend()
140 if (action != MIPS_BE_FIXUP) in dec_kn01_be_backend()
/arch/mips/sgi-ip32/
Dip32-berr.c24 return MIPS_BE_FIXUP; in ip32_be_handler()
/arch/mips/include/asm/
Dtraps.h18 #define MIPS_BE_FIXUP 1 /* return to the fixup code */ macro
/arch/mips/sgi-ip27/
Dip27-berr.c64 return MIPS_BE_FIXUP; in ip27_be_handler()
/arch/mips/sgi-ip22/
Dip22-berr.c107 return MIPS_BE_FIXUP; in ip22_be_handler()
Dip28-berr.c476 return MIPS_BE_FIXUP; in ip28_be_handler()
/arch/mips/sibyte/swarm/
Dsetup.c79 return is_fixup ? MIPS_BE_FIXUP : MIPS_BE_FATAL; in swarm_be_handler()
/arch/mips/mti-malta/
Dmalta-int.c388 int retval = is_fixup ? MIPS_BE_FIXUP : MIPS_BE_FATAL; in malta_be_handler()
/arch/mips/kernel/
Dtraps.c449 action = MIPS_BE_FIXUP; in do_be()
457 case MIPS_BE_FIXUP: in do_be()