Searched refs:xcp (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/arch/mips/math-emu/ |
D | cp1emu.c | 170 (xcp->cp0_status & FR_BIT) || !(x & 1) ? \ 173 #define SITOREG(si,x) (ctx->regs[x & ~((xcp->cp0_status & FR_BIT) == 0)] = \ 174 (xcp->cp0_status & FR_BIT) || !(x & 1) ? \ 179 ctx->regs[x & ~((xcp->cp0_status & FR_BIT) == 0)]) 180 #define DITOREG(di,x) (ctx->regs[x & ~((xcp->cp0_status & FR_BIT) == 0)] \ 183 ctx->regs[x & ~((xcp->cp0_status & FR_BIT) == 0)]) 184 #define DITOREG(di,x) (ctx->regs[x & ~((xcp->cp0_status & FR_BIT) == 0)] \ 197 static int cop1Emulate(struct pt_regs *xcp, struct mips_fpu_soft_struct *ctx) in cop1Emulate() argument 203 if (get_user(ir, (mips_instruction *) xcp->cp0_epc)) { in cop1Emulate() 209 if ((xcp->cp0_cause & CAUSEF_BD) && !isBranchInstr(&ir)) in cop1Emulate() [all …]
|
D | ieee754xcpt.c | 44 void ieee754_xcpt(struct ieee754xctx *xcp) in ieee754_xcpt() argument 47 xcp->op, rtnames[xcp->rt]); in ieee754_xcpt()
|
D | dsemul.c | 118 int do_dsemulret(struct pt_regs *xcp) in do_dsemulret() argument 125 fr = (struct emuframe *) (xcp->cp0_epc - sizeof(mips_instruction)); in do_dsemulret() 170 xcp->cp0_epc = epc; in do_dsemulret()
|
D | dsemul.h | 8 int do_dsemulret(struct pt_regs *xcp);
|
D | ieee754.h | 485 extern void ieee754_xcpt(struct ieee754xctx *xcp);
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | traps.c | 62 extern int fpu_emulator_cop1Handler(int xcptno, struct pt_regs *xcp,
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | traps.c | 60 extern int fpu_emulator_cop1Handler(int xcptno, struct pt_regs *xcp,
|