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

/arch/x86/include/uapi/asm/
H A Dsigcontext32.h15 struct _fpxreg { struct
43 struct _fpxreg _fxsr_st[8];
H A Dsigcontext.h61 struct _fpxreg { struct
88 struct _fpxreg _fxsr_st[8]; /* FXSR FPU reg data is ignored */
/arch/x86/kernel/
H A Di387.c412 struct _fpxreg *st;
460 struct _fpxreg *from = (struct _fpxreg *) &fxsave->st_space[0];
498 struct _fpxreg *to = (struct _fpxreg *) &fxsave->st_space[0];
/arch/x86/um/
H A Dsignal.c39 struct _fpxreg *st = NULL;
49 st = (struct _fpxreg *) FPREG_ADDR(fxsave, i);
87 struct _fpxreg *from;
102 from = (struct _fpxreg *) &fxsave->st_space[0];
119 struct _fpxreg *to;
135 to = (struct _fpxreg *) &fxsave->st_space[0];

Completed in 331 milliseconds