Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/fpu/
H A Dapi.h136 extern void fpstate_free(struct fpu *fpu);
138 static inline void fpstate_free(struct fpu *fpu) { } in fpstate_free() function
/openbmc/linux/arch/x86/kernel/
H A Dprocess.c109 fpstate_free(&tsk->thread.fpu); in arch_release_task_struct()
/openbmc/linux/arch/x86/kernel/fpu/
H A Dxstate.c1478 void fpstate_free(struct fpu *fpu) in arch_initcall()