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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Duser_32.h52 long st_space[20]; /* 8*10 bytes for each FP-reg = 80 bytes */ member in struct:user_i387_struct
66 long st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ member in struct:user_fxsr_struct
H A Duser32.h15 u32 st_space[20]; /* 8*10 bytes for each FP-reg = 80 bytes */ member in struct:user_i387_ia32_struct
30 int st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ member in struct:user32_fxsr_struct
H A Duser_64.h60 __u32 st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ member in struct:user_i387_struct
H A Dsigcontext.h179 __u32 st_space[32]; /* 8*16 bytes for each FP-reg */ member in struct:_fpstate
H A Dprocessor.h293 u32 st_space[20]; member in struct:i387_fsave_struct
320 u32 st_space[32]; member in struct:i387_fxsave_struct
343 u32 st_space[20]; member in struct:i387_soft_struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dfpu_system.h59 #define registers (I387->soft.st_space)
H A Dfpu_entry.c685 void *space = s387->st_space;
691 offsetof(struct i387_soft_struct, st_space));
720 FPU_tagof((FPU_REG *) ((u_char *) S387->st_space +
737 const void *space = s387->st_space;
754 offsetof(struct i387_soft_struct, st_space));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Di387.c323 #define FPREG_ADDR(f, n) ((void *)&(f)->st_space + (n) * 16);
378 struct _fpreg *to = (struct _fpreg *) &env->st_space[0];
379 struct _fpxreg *from = (struct _fpxreg *) &fxsave->st_space[0];
418 struct _fpreg *from = (struct _fpreg *) &env->st_space[0];
419 struct _fpxreg *to = (struct _fpxreg *) &fxsave->st_space[0];
H A Dxsave.c71 memset(&fx->st_space[0], 0, 128);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Dsignal.c61 #define FPREG_ADDR(f, n) ((char *)&(f)->st_space + (n) * 16);
118 from = (struct _fpxreg *) &fxsave->st_space[0];
151 to = (struct _fpxreg *) &fxsave->st_space[0];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dx86.c5233 memcpy(fpu->fpr, fxsave->st_space, 128);
5250 memcpy(fxsave->st_space, fpu->fpr, 128);

Completed in 207 milliseconds