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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Duser.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 Dprocessor.h248 long st_space[20]; /* 8*10 bytes for each FP-reg = 80 bytes */ member in struct:i387_fsave_struct
263 long st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ member in struct:i387_fxsave_struct
276 long st_space[20]; /* 8*10 bytes for each FP-reg = 80 bytes */ member in struct:i387_soft_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Duser32.h14 u32 st_space[20]; /* 8*10 bytes for each FP-reg = 80 bytes */ member in struct:user_i387_ia32_struct
29 int st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ member in struct:user32_fxsr_struct
H A Dsigcontext.h19 __u32 st_space[32]; /* 8*16 bytes for each FP-reg */ member in struct:_fpstate
H A Duser.h59 __u32 st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ member in struct:user_i387_struct
H A Dprocessor.h168 u32 st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ member in struct:i387_fxsave_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dptrace.c168 long st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ member in struct:i387_fxsave_struct
199 #define FPREG_ADDR(f, n) ((char *)&(f)->st_space + (n) * 16);
262 from = (struct _fpxreg *) &fxsave->st_space[0];
299 to = (struct _fpxreg *) &fxsave->st_space[0];
384 memcpy(fpu->st_space, (void *) SC_FP_ST(PT_REGS_SC(regs)),
385 sizeof(fpu->st_space));
401 to = (unsigned short *) &buf->st_space[0];
402 from = (unsigned short *) &fpu->st_space[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dfpu32.c36 #define FPREG_ADDR(f, n) ((void *)&(f)->st_space + (n) * 16);
97 to = (struct _fpxreg *)&fxsave->st_space[0];
142 from = (struct _fpxreg *) &fxsave->st_space[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Di387.c111 #define FPREG_ADDR(f, n) ((void *)&(f)->st_space + (n) * 16);
205 from = (struct _fpxreg *) &fxsave->st_space[0];
238 to = (struct _fpxreg *) &fxsave->st_space[0];
455 to = (unsigned short *)&fpu->st_space[0];
456 from = (unsigned short *)&tsk->thread.i387.fxsave.st_space[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dfpu_system.h63 #define registers (I387.soft.st_space)
H A Dfpu_entry.c702 if (__copy_from_user(((u_char *)&S387->st_space)+offset, d, other))
705 if (__copy_from_user((u_char *)&S387->st_space, d+other, offset))
718 tag = FPU_tagof((FPU_REG *)((u_char *)S387->st_space + 10*regnr));
753 if (__copy_to_user(d, ((u_char *)&S387->st_space)+offset, other))
756 if (__copy_to_user(d+other, (u_char *)&S387->st_space, offset))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dia32priv.h143 struct _fpreg_ia32 st_space[8]; member in struct:ia32_user_i387_struct
157 int st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ member in struct:ia32_user_fxsr_struct
H A Dsys_ia32.c1630 put_fpreg(i, &save->st_space[i], ptp, swp, tos);
1663 get_fpreg(i, &save->st_space[i], ptp, swp, tos);
1694 put_fpreg(i, (struct _fpreg_ia32 __user *)&save->st_space[4*i], ptp, swp, tos);
1738 get_fpreg(i, (struct _fpreg_ia32 __user *)&save->st_space[4*i], ptp, swp, tos);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dkvm_main.c2421 u32 st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ member in struct:fxsave
2435 memcpy(fpu->fpr, fxsave->st_space, 128);
2455 memcpy(fxsave->st_space, fpu->fpr, 128);

Completed in 104 milliseconds