Searched refs:__fpstate (Results 1 – 5 of 5) sorted by relevance
160 task_size -= sizeof(current->thread.fpu.__fpstate.regs); in fpu__init_task_struct_size()175 CHECK_MEMBER_AT_END_OF(struct fpu, __fpstate); in fpu__init_task_struct_size()
446 fpu->fpstate = &fpu->__fpstate; in fpstate_reset()533 *offset = offsetof(struct thread_struct, fpu.__fpstate.regs); in fpu_thread_struct_whitelist()
120 BUILD_BUG_ON(sizeof(fpu->__fpstate.regs.fxsave.xmm_space) != 16 * 16); in xfpregs_set()
1498 if (fpu->fpstate && fpu->fpstate != &fpu->__fpstate) in arch_initcall()1522 return oldfps != &fpu->__fpstate ? oldfps : NULL; in fpu_install_fpstate()
487 struct fpstate __fpstate; member
Completed in 13 milliseconds