Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/math-emu/
Dcp1emu.c785 static inline int cop1_64bit(struct pt_regs *xcp) in cop1_64bit() argument
803 if (cop1_64bit(xcp) && !hybrid_fprs()) \
811 if (cop1_64bit(xcp) && !hybrid_fprs()) { \
832 ((di) = get_fpr64(&ctx->fpr[(x) & ~(cop1_64bit(xcp) == 0)], 0))
837 fpr = (x) & ~(cop1_64bit(xcp) == 0); \
851 static inline void cop1_cfc(struct pt_regs *xcp, struct mips_fpu_struct *ctx, in cop1_cfc() argument
861 (void *)xcp->cp0_epc, MIPSInst_RT(ir), value); in cop1_cfc()
871 (void *)xcp->cp0_epc, MIPSInst_RT(ir), value); in cop1_cfc()
879 (void *)xcp->cp0_epc, MIPSInst_RT(ir), value); in cop1_cfc()
890 (void *)xcp->cp0_epc, MIPSInst_RT(ir), value); in cop1_cfc()
[all …]
Ddsemul.c101 int do_dsemulret(struct pt_regs *xcp) in do_dsemulret() argument
110 (msk_isa16_mode(xcp->cp0_epc) - sizeof(mips_instruction)); in do_dsemulret()
125 if (get_isa16_mode(xcp->cp0_epc)) { in do_dsemulret()
159 xcp->cp0_epc = epc; in do_dsemulret()
/linux-4.4.14/arch/mips/include/asm/
Dfpu_emulator.h65 extern int do_dsemulret(struct pt_regs *xcp);
66 extern int fpu_emulator_cop1Handler(struct pt_regs *xcp,