Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/fpu/
H A Dinit.c175 CHECK_MEMBER_AT_END_OF(struct fpu, __fpstate); in fpu__init_task_struct_size()
H A Dcore.c603 fpu->fpstate = &fpu->__fpstate; in fpstate_reset()
751 *offset += offsetof(struct fpu, __fpstate.regs); in fpu_thread_struct_whitelist()
H A Dxstate.c1562 if (fpu->fpstate && fpu->fpstate != &fpu->__fpstate) in arch_initcall()
/linux/arch/x86/include/asm/fpu/
H A Dtypes.h531 struct fpstate __fpstate; member