Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Duser_32.h52 long st_space[20]; /* 8*10 bytes for each FP-reg = 80 bytes */ member
66 long st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ member
Duser32.h15 u32 st_space[20]; /* 8*10 bytes for each FP-reg = 80 bytes */ member
30 int st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ member
Duser_64.h60 __u32 st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ member
/arch/x86/include/asm/fpu/
Dtypes.h21 u32 st_space[20]; member
54 u32 st_space[32]; member
84 u32 st_space[20]; member
/arch/x86/kernel/fpu/
Dregset.c164 #define FPREG_ADDR(f, n) ((void *)&(f)->st_space + (n) * 16)
219 struct _fpreg *to = (struct _fpreg *) &env->st_space[0]; in convert_from_fxsr()
220 struct _fpxreg *from = (struct _fpxreg *) &fxsave->st_space[0]; in convert_from_fxsr()
257 struct _fpreg *from = (struct _fpreg *) &env->st_space[0]; in convert_to_fxsr()
258 struct _fpxreg *to = (struct _fpxreg *) &fxsave->st_space[0]; in convert_to_fxsr()
Dxstate.c138 memset(&fx->st_space[0], 0, 128); in fpstate_sanitize_xstate()
/arch/x86/math-emu/
Dfpu_entry.c647 void *space = s387->st_space; in fpregs_soft_set()
653 offsetof(struct swregs_state, st_space)); in fpregs_soft_set()
682 FPU_tagof((FPU_REG *) ((u_char *) S387->st_space + in fpregs_soft_set()
699 const void *space = s387->st_space; in fpregs_soft_get()
716 offsetof(struct swregs_state, st_space)); in fpregs_soft_get()
Dfpu_system.h74 #define registers (I387->soft.st_space)
/arch/x86/um/
Dsignal.c45 #define FPREG_ADDR(f, n) ((char *)&(f)->st_space + (n) * 16) in twd_fxsr_to_i387()
102 from = (struct _fpxreg *) &fxsave->st_space[0]; in convert_fxsr_to_user()
135 to = (struct _fpxreg *) &fxsave->st_space[0]; in convert_fxsr_from_user()
/arch/x86/include/uapi/asm/
Dsigcontext.h158 __u32 st_space[32]; /* 8x FP registers, 16 bytes each */ member
/arch/x86/kvm/
Dx86.c7368 memcpy(fpu->fpr, fxsave->st_space, 128); in kvm_arch_vcpu_ioctl_get_fpu()
7385 memcpy(fxsave->st_space, fpu->fpr, 128); in kvm_arch_vcpu_ioctl_set_fpu()