Searched refs:st_space (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Duser_32.h53 long st_space[20]; /* 8*10 bytes for each FP-reg = 80 bytes */ member in struct:user_i387_struct
67 long st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ member in struct:user_fxsr_struct
H A Duser32.h16 u32 st_space[20]; /* 8*10 bytes for each FP-reg = 80 bytes */ member in struct:user_i387_ia32_struct
31 int st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ member in struct:user32_fxsr_struct
H A Duser_64.h61 __u32 st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ member in struct:user_i387_struct
/linux-master/arch/x86/include/asm/fpu/
H A Dtypes.h24 u32 st_space[20]; member in struct:fregs_state
57 u32 st_space[32]; member in struct:fxregs_state
90 u32 st_space[20]; member in struct:swregs_state
/linux-master/arch/x86/kernel/fpu/
H A Dregset.c279 #define FPREG_ADDR(f, n) ((void *)&(f)->st_space + (n) * 16)
334 struct _fpreg *to = (struct _fpreg *) &env->st_space[0];
335 struct _fpxreg *from = (struct _fpxreg *) &fxsave->st_space[0];
377 struct _fpreg *from = (struct _fpreg *) &env->st_space[0];
378 struct _fpxreg *to = (struct _fpxreg *) &fxsave->st_space[0];
H A Dxstate.c1104 &to, &xsave->i387.st_space, &xinit->i387.st_space,
1105 sizeof(xsave->i387.st_space));
/linux-master/arch/x86/math-emu/
H A Dfpu_entry.c645 void *space = s387->st_space;
651 offsetof(struct swregs_state, st_space));
680 FPU_tagof((FPU_REG *) ((u_char *) S387->st_space +
696 const void *space = s387->st_space;
711 membuf_write(&to, s387, offsetof(struct swregs_state, st_space));
H A Dfpu_system.h101 #define registers (I387->soft.st_space)
/linux-master/arch/x86/um/
H A Dsignal.c46 #define FPREG_ADDR(f, n) ((char *)&(f)->st_space + (n) * 16)
103 from = (struct _fpxreg *) &fxsave->st_space[0];
136 to = (struct _fpxreg *) &fxsave->st_space[0];
/linux-master/arch/x86/include/uapi/asm/
H A Dsigcontext.h159 __u32 st_space[32]; /* 8x FP registers, 16 bytes each */ member in struct:_fpstate_64
/linux-master/arch/x86/kvm/
H A Dx86.c11991 memcpy(fpu->fpr, fxsave->st_space, 128);
12015 memcpy(fxsave->st_space, fpu->fpr, 128);

Completed in 169 milliseconds