Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/fpu/
H A Dregset.c288 struct _fpxreg *st; in twd_fxsr_to_i387()
336 struct _fpxreg *from = (struct _fpxreg *) &fxsave->st_space[0]; in __convert_from_fxsr()
379 struct _fpxreg *to = (struct _fpxreg *) &fxsave->st_space[0]; in convert_to_fxsr()
/linux/arch/x86/include/uapi/asm/
H A Dsigcontext.h91 struct _fpxreg { struct
125 struct _fpxreg _fxsr_st[8]; /* FXSR FPU reg data is ignored */
/linux/arch/x86/um/
H A Dptrace.c30 struct _fpxreg *st = NULL; in twd_fxsr_to_i387()
40 st = (struct _fpxreg *) FPREG_ADDR(fxsave, i); in twd_fxsr_to_i387()