Home
last modified time | relevance | path

Searched refs:fpu_struct (Results 1 – 6 of 6) sorted by relevance

/linux/arch/nds32/include/asm/
A Dfpu.h16 extern void load_fpu(const struct fpu_struct *fpregs);
18 extern int do_fpuemu(struct pt_regs *regs, struct fpu_struct *fpu);
44 extern const struct fpu_struct init_fpuregs;
A Dprocessor.h39 struct fpu_struct fpu;
/linux/arch/nds32/include/uapi/asm/
A Dsigcontext.h12 struct fpu_struct { struct
80 struct fpu_struct fpu;
/linux/arch/nds32/kernel/
A Dfpu.c13 const struct fpu_struct init_fpuregs = {
85 void load_fpu(const struct fpu_struct *fpregs) in load_fpu()
A Dsignal.c51 sizeof(struct fpu_struct)); in restore_sigcontext_fpu()
73 sizeof(struct fpu_struct)); in setup_sigcontext_fpu()
/linux/arch/nds32/math-emu/
A Dfpuemu.c69 static int fpu_emu(struct fpu_struct *fpu_reg, unsigned long insn)
366 int do_fpuemu(struct pt_regs *regs, struct fpu_struct *fpu)

Completed in 9 milliseconds