Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sh/include/asm/
Dprocessor_32.h65 struct sh_fpu_hard_struct { struct
86 struct sh_fpu_hard_struct hardfpu; argument
/linux-6.1.9/arch/sh/kernel/
Dprocess.c72 xstate_size = sizeof(struct sh_fpu_hard_struct); in init_thread_xstate()
/linux-6.1.9/arch/sh/kernel/cpu/
Dfpu.c30 struct sh_fpu_hard_struct *fp = &tsk->thread.xstate->hardfpu; in init_fpu()
/linux-6.1.9/arch/sh/kernel/cpu/sh4/
Dfpu.c146 static void denormal_to_double(struct sh_fpu_hard_struct *fpu, int n) in denormal_to_double()
/linux-6.1.9/arch/sh/kernel/cpu/sh2a/
Dfpu.c377 denormal_to_double (struct sh_fpu_hard_struct *fpu, int n) in denormal_to_double()