Searched refs:mips_fpu_struct (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dfpu_emulator.h4 * Further private data for which no space exists in mips_fpu_struct.
5 * This should be subsumed into the mips_fpu_struct structure as
169 struct mips_fpu_struct *ctx, int has_fpu,
H A Dprocessor.h123 struct mips_fpu_struct { struct
240 struct mips_fpu_struct fpu FPU_ALIGN;
H A Dkvm_host.h315 struct mips_fpu_struct fpu;
/linux-master/arch/mips/math-emu/
H A Dcp1emu.c45 static int fpu_emu(struct pt_regs *, struct mips_fpu_struct *,
49 struct mips_fpu_struct *, mips_instruction, void __user **);
848 static inline void cop1_cfc(struct pt_regs *xcp, struct mips_fpu_struct *ctx,
905 static inline void cop1_ctc(struct pt_regs *xcp, struct mips_fpu_struct *ctx,
971 static int cop1Emulate(struct pt_regs *xcp, struct mips_fpu_struct *ctx,
1463 static int fpux_emu(struct pt_regs *xcp, struct mips_fpu_struct *ctx,
1682 static int fpu_emu(struct pt_regs *xcp, struct mips_fpu_struct *ctx,
2837 int fpu_emulator_cop1Handler(struct pt_regs *xcp, struct mips_fpu_struct *ctx,
/linux-master/arch/mips/kvm/
H A Dmips.c653 struct mips_fpu_struct *fpu = &vcpu->arch.fpu;
765 struct mips_fpu_struct *fpu = &vcpu->arch.fpu;

Completed in 170 milliseconds