Home
last modified time | relevance | path

Searched refs:is_fixup (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/arch/mips/dec/
Dkn02xa-berr.c41 static int dec_kn02xa_be_backend(struct pt_regs *regs, int is_fixup, in dec_kn02xa_be_backend() argument
83 if (is_fixup) in dec_kn02xa_be_backend()
102 int dec_kn02xa_be_handler(struct pt_regs *regs, int is_fixup) in dec_kn02xa_be_handler() argument
104 return dec_kn02xa_be_backend(regs, is_fixup, 0); in dec_kn02xa_be_handler()
Dkn01-berr.c64 static int dec_kn01_be_backend(struct pt_regs *regs, int is_fixup, int invoker) in dec_kn01_be_backend() argument
137 if (is_fixup) in dec_kn01_be_backend()
147 int dec_kn01_be_handler(struct pt_regs *regs, int is_fixup) in dec_kn01_be_handler() argument
149 return dec_kn01_be_backend(regs, is_fixup, 0); in dec_kn01_be_handler()
Decc-berr.c44 static int dec_ecc_be_backend(struct pt_regs *regs, int is_fixup, int invoker) in dec_ecc_be_backend() argument
100 if (erraddr & KN0X_EAR_CPU && is_fixup) in dec_ecc_be_backend()
197 int dec_ecc_be_handler(struct pt_regs *regs, int is_fixup) in dec_ecc_be_handler() argument
199 return dec_ecc_be_backend(regs, is_fixup, 0); in dec_ecc_be_handler()
/Linux-v4.19/arch/mips/sgi-ip32/
Dip32-berr.c21 static int ip32_be_handler(struct pt_regs *regs, int is_fixup) in ip32_be_handler() argument
25 if (is_fixup) in ip32_be_handler()
/Linux-v4.19/arch/mips/sibyte/swarm/
Dsetup.c72 int swarm_be_handler(struct pt_regs *regs, int is_fixup) in swarm_be_handler() argument
74 if (!is_fixup && (regs->cp0_cause & 4)) { in swarm_be_handler()
79 return is_fixup ? MIPS_BE_FIXUP : MIPS_BE_FATAL; in swarm_be_handler()
/Linux-v4.19/arch/mips/sgi-ip27/
Dip27-berr.c58 int ip27_be_handler(struct pt_regs *regs, int is_fixup) in ip27_be_handler() argument
64 if (is_fixup) in ip27_be_handler()
/Linux-v4.19/arch/mips/sgi-ip22/
Dip22-berr.c104 static int ip22_be_handler(struct pt_regs *regs, int is_fixup) in ip22_be_handler() argument
107 if (is_fixup) in ip22_be_handler()
Dip28-berr.c470 static int ip28_be_handler(struct pt_regs *regs, int is_fixup) in ip28_be_handler() argument
476 if (is_fixup) { in ip28_be_handler()
/Linux-v4.19/arch/mips/include/asm/dec/
Decc.h51 extern int dec_ecc_be_handler(struct pt_regs *regs, int is_fixup);
Dkn02xa.h80 extern int dec_kn02xa_be_handler(struct pt_regs *regs, int is_fixup);
Dkn01.h85 extern int dec_kn01_be_handler(struct pt_regs *regs, int is_fixup);
/Linux-v4.19/arch/mips/include/asm/
Dtraps.h22 extern int (*board_be_handler)(struct pt_regs *regs, int is_fixup);
/Linux-v4.19/drivers/bus/
Dbrcmstb_gisb.c236 static int brcmstb_bus_error_handler(struct pt_regs *regs, int is_fixup) in brcmstb_bus_error_handler() argument
247 is_fixup = 1; in brcmstb_bus_error_handler()
254 return is_fixup ? MIPS_BE_FIXUP : MIPS_BE_FATAL; in brcmstb_bus_error_handler()
/Linux-v4.19/arch/mips/txx9/generic/
Dsetup_tx4927.c67 static int tx4927_be_handler(struct pt_regs *regs, int is_fixup) in tx4927_be_handler() argument
Dsetup_tx4938.c69 static int tx4938_be_handler(struct pt_regs *regs, int is_fixup) in tx4938_be_handler() argument
Dsetup_tx4939.c73 static int tx4939_be_handler(struct pt_regs *regs, int is_fixup) in tx4939_be_handler() argument
/Linux-v4.19/arch/mips/kernel/
Dtraps.c101 int (*board_be_handler)(struct pt_regs *regs, int is_fixup);