Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
Dsigcontext32.h15 struct _fpxreg { struct
43 struct _fpxreg _fxsr_st[8];
Dsigcontext.h61 struct _fpxreg { struct
88 struct _fpxreg _fxsr_st[8]; /* FXSR FPU reg data is ignored */
/arch/x86/kernel/
Di387.c439 struct _fpxreg *st; in twd_fxsr_to_i387()
487 struct _fpxreg *from = (struct _fpxreg *) &fxsave->st_space[0]; in convert_from_fxsr()
525 struct _fpxreg *to = (struct _fpxreg *) &fxsave->st_space[0]; in convert_to_fxsr()
/arch/x86/um/
Dsignal.c39 struct _fpxreg *st = NULL; in twd_fxsr_to_i387()
49 st = (struct _fpxreg *) FPREG_ADDR(fxsave, i); in twd_fxsr_to_i387()
87 struct _fpxreg *from; in convert_fxsr_to_user()
102 from = (struct _fpxreg *) &fxsave->st_space[0]; in convert_fxsr_to_user()
119 struct _fpxreg *to; in convert_fxsr_from_user()
135 to = (struct _fpxreg *) &fxsave->st_space[0]; in convert_fxsr_from_user()