Home
last modified time | relevance | path

Searched refs:xcp (Results 1 – 4 of 4) sorted by relevance

/arch/mips/math-emu/
Dcp1emu.c787 static inline int cop1_64bit(struct pt_regs *xcp) in cop1_64bit() argument
805 if (cop1_64bit(xcp) && !hybrid_fprs()) \
813 if (cop1_64bit(xcp) && !hybrid_fprs()) { \
834 ((di) = get_fpr64(&ctx->fpr[(x) & ~(cop1_64bit(xcp) == 0)], 0))
839 fpr = (x) & ~(cop1_64bit(xcp) == 0); \
853 static inline void cop1_cfc(struct pt_regs *xcp, struct mips_fpu_struct *ctx, in cop1_cfc() argument
863 (void *)xcp->cp0_epc, MIPSInst_RT(ir), value); in cop1_cfc()
873 (void *)xcp->cp0_epc, MIPSInst_RT(ir), value); in cop1_cfc()
881 (void *)xcp->cp0_epc, MIPSInst_RT(ir), value); in cop1_cfc()
892 (void *)xcp->cp0_epc, MIPSInst_RT(ir), value); in cop1_cfc()
[all …]
Ddsemul.c282 bool do_dsemulret(struct pt_regs *xcp) in do_dsemulret() argument
291 xcp->cp0_epc = current->thread.bd_emu_cont_pc; in do_dsemulret()
292 pr_debug("dsemulret to 0x%08lx\n", xcp->cp0_epc); in do_dsemulret()
/arch/mips/include/asm/
Ddsemul.h55 extern bool do_dsemulret(struct pt_regs *xcp);
Dfpu_emulator.h63 extern int fpu_emulator_cop1Handler(struct pt_regs *xcp,