Lines Matching refs:fpu
15 #include <asm/fpu/types.h>
53 * Use fpregs_lock() while editing CPU's FPU registers or fpu->fpstate.
55 * fpu->fpstate.regs and set TIF_NEED_FPU_LOAD leaving CPU's FPU registers in
88 * restore all the fpu state to the registers early if needed, and lock them from
115 extern int fpu__exception_code(struct fpu *fpu, int trap_nr);
116 extern void fpu_sync_fpstate(struct fpu *fpu);
132 DECLARE_PER_CPU(struct fpu *, fpu_fpregs_owner_ctx);
136 extern void fpstate_free(struct fpu *fpu);
138 static inline void fpstate_free(struct fpu *fpu) { }