Home
last modified time | relevance | path

Searched refs:finit_soft_fpu (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/math-emu/
Dfpu_aux.c33 void finit_soft_fpu(struct i387_soft_struct *soft) in finit_soft_fpu() function
55 finit_soft_fpu(&current->thread.fpu.state->soft); in finit()
/linux-4.1.27/arch/x86/include/asm/
Dfpu-internal.h65 extern void finit_soft_fpu(struct i387_soft_struct *soft);
67 static inline void finit_soft_fpu(struct i387_soft_struct *soft) {} in finit_soft_fpu() function
/linux-4.1.27/arch/x86/kernel/
Di387.c239 finit_soft_fpu(&fpu->state->soft); in fpu_finit()