Searched refs:st_space (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | user_32.h | 52 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
|
D | user32.h | 15 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
|
D | user_64.h | 60 __u32 st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ member
|
D | processor.h | 328 u32 st_space[20]; member 355 u32 st_space[32]; member 378 u32 st_space[20]; member
|
/linux-4.1.27/arch/x86/kernel/ |
D | i387.c | 435 #define FPREG_ADDR(f, n) ((void *)&(f)->st_space + (n) * 16) 490 struct _fpreg *to = (struct _fpreg *) &env->st_space[0]; in convert_from_fxsr() 491 struct _fpxreg *from = (struct _fpxreg *) &fxsave->st_space[0]; in convert_from_fxsr() 528 struct _fpreg *from = (struct _fpreg *) &env->st_space[0]; in convert_to_fxsr() 529 struct _fpxreg *to = (struct _fpxreg *) &fxsave->st_space[0]; in convert_to_fxsr()
|
D | xsave.c | 71 memset(&fx->st_space[0], 0, 128); in __sanitize_i387_state()
|
/linux-4.1.27/arch/x86/math-emu/ |
D | fpu_entry.c | 685 void *space = s387->st_space; in fpregs_soft_set() 691 offsetof(struct i387_soft_struct, st_space)); in fpregs_soft_set() 720 FPU_tagof((FPU_REG *) ((u_char *) S387->st_space + in fpregs_soft_set() 737 const void *space = s387->st_space; in fpregs_soft_get() 754 offsetof(struct i387_soft_struct, st_space)); in fpregs_soft_get()
|
D | fpu_system.h | 74 #define registers (I387->soft.st_space)
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | sigcontext.h | 146 __u32 st_space[32]; /* 8*16 bytes for each FP-reg */ member
|
/linux-4.1.27/arch/x86/um/ |
D | signal.c | 45 #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()
|
/linux-4.1.27/arch/x86/kvm/ |
D | x86.c | 6981 memcpy(fpu->fpr, fxsave->st_space, 128); in kvm_arch_vcpu_ioctl_get_fpu() 6998 memcpy(fxsave->st_space, fpu->fpr, 128); in kvm_arch_vcpu_ioctl_set_fpu()
|