Searched refs:st_space (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A 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
|
| H A 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
|
| H A D | user_64.h | 61 __u32 st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ member
|
| /linux/arch/x86/um/ |
| H A D | ptrace.c | 37 #define FPREG_ADDR(f, n) ((char *)&(f)->st_space + (n) * 16) in twd_fxsr_to_i387() 94 membuf_write(&to, (void *)fxsave->st_space + i * 16, 10); in _um_i387_from_fxsr() 140 memcpy((void *)fxsave->st_space + i * 16, in um_fxsr_from_i387() 141 (void *)from->st_space + i * 10, 10); in um_fxsr_from_i387()
|
| /linux/arch/x86/include/asm/fpu/ |
| H A D | types.h | 24 u32 st_space[20]; member 57 u32 st_space[32]; member 90 u32 st_space[20]; member
|
| /linux/arch/x86/include/uapi/asm/ |
| H A D | sigcontext.h | 159 __u32 st_space[32]; /* 8x FP registers, 16 bytes each */ member
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 12711 memcpy(fpu->fpr, fxsave->st_space, 128); in kvm_arch_vcpu_ioctl_get_fpu() 12735 memcpy(fxsave->st_space, fpu->fpr, 128); in kvm_arch_vcpu_ioctl_set_fpu()
|