Searched refs:fxsave (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/x86/um/ |
| H A D | ptrace.c | 29 twd_fxsr_to_i387(const struct user_fxsr_struct *fxsave) in twd_fxsr_to_i387() argument 32 unsigned long twd = (unsigned long) fxsave->twd; in twd_fxsr_to_i387() 41 st = (struct _fpxreg *) FPREG_ADDR(fxsave, i); in twd_fxsr_to_i387() 81 const struct user_fxsr_struct *fxsave) in _um_i387_from_fxsr() argument 85 membuf_store(&to, (unsigned long)fxsave->cwd | 0xffff0000ul); in _um_i387_from_fxsr() 86 membuf_store(&to, (unsigned long)fxsave->swd | 0xffff0000ul); in _um_i387_from_fxsr() 87 membuf_store(&to, twd_fxsr_to_i387(fxsave)); in _um_i387_from_fxsr() 88 membuf_store(&to, fxsave->fip); in _um_i387_from_fxsr() 89 membuf_store(&to, fxsave->fcs | ((unsigned long)fxsave->fop << 16)); in _um_i387_from_fxsr() 90 membuf_store(&to, fxsave->foo); in _um_i387_from_fxsr() [all …]
|
| /linux/arch/x86/kernel/fpu/ |
| H A D | legacy.h | 58 return user_insn(fxsave %[fx], [fx] "=m" (*fx), "m" (*fx)); in fxsave_to_user_sigframe() 103 static inline void fxsave(struct fxregs_state *fx) in fxsave() function
|
| /linux/arch/x86/include/asm/fpu/ |
| H A D | signal.h | 23 extern void convert_to_fxsr(struct fxregs_state *fxsave,
|
| H A D | types.h | 371 struct fxregs_state fxsave; member
|
| /linux/tools/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 1339 0: fxsave | RDFSBASE Ry (F3),(11B)
|
| /linux/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 1339 0: fxsave | RDFSBASE Ry (F3),(11B)
|