Home
last modified time | relevance | path

Searched refs:__fpstate (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/kernel/fpu/
H A Dinit.c157 task_size -= sizeof(current->thread.fpu.__fpstate.regs); in fpu__init_task_struct_size()
172 CHECK_MEMBER_AT_END_OF(struct fpu, __fpstate); in fpu__init_task_struct_size()
H A Dcore.c532 fpu->fpstate = &fpu->__fpstate; in fpstate_reset()
663 *offset = offsetof(struct thread_struct, fpu.__fpstate.regs); in fpu_thread_struct_whitelist()
H A Dregset.c119 BUILD_BUG_ON(sizeof(fpu->__fpstate.regs.fxsave.xmm_space) != 16 * 16); in xfpregs_set()
H A Dxstate.c1480 if (fpu->fpstate && fpu->fpstate != &fpu->__fpstate) in arch_initcall()
/openbmc/linux/arch/x86/include/asm/fpu/
H A Dtypes.h508 struct fpstate __fpstate; member