Searched refs:mips_fpu_struct (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/mips/include/asm/ |
D | processor.h | 132 struct mips_fpu_struct { struct 260 struct mips_fpu_struct fpu FPU_ALIGN;
|
D | fpu_emulator.h | 67 struct mips_fpu_struct *ctx, int has_fpu,
|
D | kvm_host.h | 390 struct mips_fpu_struct fpu;
|
/linux-4.1.27/arch/mips/math-emu/ |
D | cp1emu.c | 58 static int fpu_emu(struct pt_regs *, struct mips_fpu_struct *, 62 struct mips_fpu_struct *, mips_instruction, void *__user *); 851 static inline void cop1_cfc(struct pt_regs *xcp, struct mips_fpu_struct *ctx, in cop1_cfc() 908 static inline void cop1_ctc(struct pt_regs *xcp, struct mips_fpu_struct *ctx, in cop1_ctc() 974 static int cop1Emulate(struct pt_regs *xcp, struct mips_fpu_struct *ctx, in cop1Emulate() 1449 static int fpux_emu(struct pt_regs *xcp, struct mips_fpu_struct *ctx, in fpux_emu() 1644 static int fpu_emu(struct pt_regs *xcp, struct mips_fpu_struct *ctx, in fpu_emu() 2143 int fpu_emulator_cop1Handler(struct pt_regs *xcp, struct mips_fpu_struct *ctx, in fpu_emulator_cop1Handler()
|
/linux-4.1.27/arch/mips/kvm/ |
D | mips.c | 534 struct mips_fpu_struct *fpu = &vcpu->arch.fpu; in kvm_mips_get_reg() 713 struct mips_fpu_struct *fpu = &vcpu->arch.fpu; in kvm_mips_set_reg()
|