st_space           22 arch/x86/include/asm/fpu/types.h 	u32			st_space[20];
st_space           55 arch/x86/include/asm/fpu/types.h 	u32			st_space[32];
st_space           88 arch/x86/include/asm/fpu/types.h 	u32			st_space[20];
st_space           16 arch/x86/include/asm/user32.h 	u32	st_space[20];   /* 8*10 bytes for each FP-reg = 80 bytes */
st_space           31 arch/x86/include/asm/user32.h 	int	st_space[32];	/* 8*16 bytes for each FP-reg = 128 bytes */
st_space           53 arch/x86/include/asm/user_32.h 	long	st_space[20];	/* 8*10 bytes for each FP-reg = 80 bytes */
st_space           67 arch/x86/include/asm/user_32.h 	long	st_space[32];	/* 8*16 bytes for each FP-reg = 128 bytes */
st_space           61 arch/x86/include/asm/user_64.h 	__u32	st_space[32];	/* 8*16 bytes for each FP-reg = 128 bytes */
st_space          159 arch/x86/include/uapi/asm/sigcontext.h 	__u32				st_space[32];	/*  8x  FP registers, 16 bytes each */
st_space          180 arch/x86/kernel/fpu/regset.c #define FPREG_ADDR(f, n)	((void *)&(f)->st_space + (n) * 16)
st_space          235 arch/x86/kernel/fpu/regset.c 	struct _fpreg *to = (struct _fpreg *) &env->st_space[0];
st_space          236 arch/x86/kernel/fpu/regset.c 	struct _fpxreg *from = (struct _fpxreg *) &fxsave->st_space[0];
st_space          272 arch/x86/kernel/fpu/regset.c 	struct _fpreg *from = (struct _fpreg *) &env->st_space[0];
st_space          273 arch/x86/kernel/fpu/regset.c 	struct _fpxreg *to = (struct _fpxreg *) &fxsave->st_space[0];
st_space          174 arch/x86/kernel/fpu/xstate.c 		memset(&fx->st_space[0], 0, 128);
st_space         1017 arch/x86/kernel/fpu/xstate.c 		copy_part(offsetof(struct fxregs_state, st_space), 128,
st_space         1018 arch/x86/kernel/fpu/xstate.c 			  &xsave->i387.st_space, &kbuf, &offset_start, &count);
st_space         9051 arch/x86/kvm/x86.c 	memcpy(fpu->fpr, fxsave->st_space, 128);
st_space         9072 arch/x86/kvm/x86.c 	memcpy(fxsave->st_space, fpu->fpr, 128);
st_space          644 arch/x86/math-emu/fpu_entry.c 	void *space = s387->st_space;
st_space          650 arch/x86/math-emu/fpu_entry.c 				 offsetof(struct swregs_state, st_space));
st_space          679 arch/x86/math-emu/fpu_entry.c 			    FPU_tagof((FPU_REG *) ((u_char *) S387->st_space +
st_space          696 arch/x86/math-emu/fpu_entry.c 	const void *space = s387->st_space;
st_space          713 arch/x86/math-emu/fpu_entry.c 				  offsetof(struct swregs_state, st_space));
st_space          101 arch/x86/math-emu/fpu_system.h #define registers		(I387->soft.st_space)
st_space           45 arch/x86/um/signal.c #define FPREG_ADDR(f, n)	((char *)&(f)->st_space + (n) * 16)
st_space          102 arch/x86/um/signal.c 	from = (struct _fpxreg *) &fxsave->st_space[0];
st_space          135 arch/x86/um/signal.c 	to = (struct _fpxreg *) &fxsave->st_space[0];