Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/include/asm/
Dprocessor_64.h83 struct sh_fpu_hard_struct { struct
98 struct sh_fpu_hard_struct hardfpu; argument
212 void fpinit(struct sh_fpu_hard_struct *fpregs);
Dprocessor_32.h72 struct sh_fpu_hard_struct { struct
93 struct sh_fpu_hard_struct hardfpu; argument
/Linux-v4.19/arch/sh/kernel/
Dprocess.c74 xstate_size = sizeof(struct sh_fpu_hard_struct); in init_thread_xstate()
/Linux-v4.19/arch/sh/kernel/cpu/
Dfpu.c30 struct sh_fpu_hard_struct *fp = &tsk->thread.xstate->hardfpu; in init_fpu()
/Linux-v4.19/arch/sh/kernel/cpu/sh4/
Dfpu.c149 static void denormal_to_double(struct sh_fpu_hard_struct *fpu, int n) in denormal_to_double()
/Linux-v4.19/arch/sh/kernel/cpu/sh2a/
Dfpu.c380 denormal_to_double (struct sh_fpu_hard_struct *fpu, int n) in denormal_to_double()