Searched refs:st_space (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/arch/x86/include/asm/ |
D | user_32.h | 53 long st_space[20]; /* 8*10 bytes for each FP-reg = 80 bytes */ member 67 long st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ member
|
D | user32.h | 16 u32 st_space[20]; /* 8*10 bytes for each FP-reg = 80 bytes */ member 31 int st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ member
|
D | user_64.h | 61 __u32 st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ member
|
/linux-6.6.21/arch/x86/kernel/fpu/ |
D | regset.c | 279 #define FPREG_ADDR(f, n) ((void *)&(f)->st_space + (n) * 16) 334 struct _fpreg *to = (struct _fpreg *) &env->st_space[0]; in __convert_from_fxsr() 335 struct _fpxreg *from = (struct _fpxreg *) &fxsave->st_space[0]; in __convert_from_fxsr() 377 struct _fpreg *from = (struct _fpreg *) &env->st_space[0]; in convert_to_fxsr() 378 struct _fpxreg *to = (struct _fpxreg *) &fxsave->st_space[0]; in convert_to_fxsr()
|
D | xstate.c | 1103 &to, &xsave->i387.st_space, &xinit->i387.st_space, in __copy_xstate_to_uabi_buf() 1104 sizeof(xsave->i387.st_space)); in __copy_xstate_to_uabi_buf()
|
/linux-6.6.21/arch/x86/include/asm/fpu/ |
D | types.h | 22 u32 st_space[20]; member 55 u32 st_space[32]; member 88 u32 st_space[20]; member
|
/linux-6.6.21/arch/x86/math-emu/ |
D | fpu_entry.c | 645 void *space = s387->st_space; in fpregs_soft_set() 651 offsetof(struct swregs_state, st_space)); in fpregs_soft_set() 680 FPU_tagof((FPU_REG *) ((u_char *) S387->st_space + in fpregs_soft_set() 696 const void *space = s387->st_space; in fpregs_soft_get() 711 membuf_write(&to, s387, offsetof(struct swregs_state, st_space)); in fpregs_soft_get()
|
D | fpu_system.h | 101 #define registers (I387->soft.st_space)
|
/linux-6.6.21/arch/x86/um/ |
D | signal.c | 46 #define FPREG_ADDR(f, n) ((char *)&(f)->st_space + (n) * 16) in twd_fxsr_to_i387() 103 from = (struct _fpxreg *) &fxsave->st_space[0]; in convert_fxsr_to_user() 136 to = (struct _fpxreg *) &fxsave->st_space[0]; in convert_fxsr_from_user()
|
/linux-6.6.21/arch/x86/include/uapi/asm/ |
D | sigcontext.h | 159 __u32 st_space[32]; /* 8x FP registers, 16 bytes each */ member
|
/linux-6.6.21/arch/x86/kvm/ |
D | x86.c | 11756 memcpy(fpu->fpr, fxsave->st_space, 128); in kvm_arch_vcpu_ioctl_get_fpu() 11780 memcpy(fxsave->st_space, fpu->fpr, 128); in kvm_arch_vcpu_ioctl_set_fpu()
|