Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sh/include/asm/
Dprocessor_64.h83 struct sh_fpu_hard_struct { struct
98 struct sh_fpu_hard_struct hardfpu; argument
216 void fpinit(struct sh_fpu_hard_struct *fpregs);
Dprocessor_32.h71 struct sh_fpu_hard_struct { struct
92 struct sh_fpu_hard_struct hardfpu; argument
/linux-2.6.39/arch/sh/kernel/cpu/
Dfpu.c25 struct sh_fpu_hard_struct *fp = &tsk->thread.xstate->hardfpu; in init_fpu()
/linux-2.6.39/arch/sh/kernel/
Dprocess.c98 xstate_size = sizeof(struct sh_fpu_hard_struct); in init_thread_xstate()
/linux-2.6.39/arch/sh/kernel/cpu/sh4/
Dfpu.c150 static void denormal_to_double(struct sh_fpu_hard_struct *fpu, int n) in denormal_to_double()
/linux-2.6.39/arch/sh/kernel/cpu/sh2a/
Dfpu.c379 denormal_to_double (struct sh_fpu_hard_struct *fpu, int n) in denormal_to_double()