Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/include/asm/fpu/
Dapi.h127 extern void fpstate_free(struct fpu *fpu);
129 static inline void fpstate_free(struct fpu *fpu) { } in fpstate_free() function
/Linux-v6.1/arch/x86/kernel/
Dprocess.c104 fpstate_free(&tsk->thread.fpu); in arch_release_task_struct()
/Linux-v6.1/arch/x86/kernel/fpu/
Dxstate.c1431 void fpstate_free(struct fpu *fpu) in arch_initcall()