Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/fpu/
H A Dapi.h134 extern void fpstate_free(struct fpu *fpu);
136 static inline void fpstate_free(struct fpu *fpu) { } in fpstate_free() function
/linux/arch/x86/kernel/
H A Dprocess.c121 fpstate_free(x86_task_fpu(tsk)); in arch_release_task_struct()
/linux/arch/x86/kernel/fpu/
H A Dxstate.c1559 void fpstate_free(struct fpu *fpu) in arch_initcall()