Searched refs:_fpreg_ia32 (Results 1 – 3 of 3) sorted by relevance
/arch/ia64/ia32/ |
D | ia32_signal.c | 208 struct _fpreg_ia32 *fpregp; in save_ia32_fpstate_live() 258 fpregp = (struct _fpreg_ia32 *)(((unsigned long)buf + 15) & ~15); in save_ia32_fpstate_live() 260 copy_to_user(&save->_st[(0+fr8_st_map)&0x7], fpregp, sizeof(struct _fpreg_ia32)); in save_ia32_fpstate_live() 262 copy_to_user(&save->_st[(1+fr8_st_map)&0x7], fpregp, sizeof(struct _fpreg_ia32)); in save_ia32_fpstate_live() 264 copy_to_user(&save->_st[(2+fr8_st_map)&0x7], fpregp, sizeof(struct _fpreg_ia32)); in save_ia32_fpstate_live() 266 copy_to_user(&save->_st[(3+fr8_st_map)&0x7], fpregp, sizeof(struct _fpreg_ia32)); in save_ia32_fpstate_live() 269 copy_to_user(&save->_st[(4+fr8_st_map)&0x7], fpregp, sizeof(struct _fpreg_ia32)); in save_ia32_fpstate_live() 271 copy_to_user(&save->_st[(5+fr8_st_map)&0x7], fpregp, sizeof(struct _fpreg_ia32)); in save_ia32_fpstate_live() 273 copy_to_user(&save->_st[(6+fr8_st_map)&0x7], fpregp, sizeof(struct _fpreg_ia32)); in save_ia32_fpstate_live() 275 copy_to_user(&save->_st[(7+fr8_st_map)&0x7], fpregp, sizeof(struct _fpreg_ia32)); in save_ia32_fpstate_live() [all …]
|
D | ia32priv.h | 61 struct _fpreg_ia32 { struct 85 struct _fpreg_ia32 _st[8]; argument 143 struct _fpreg_ia32 st_space[8];
|
D | sys_ia32.c | 1283 put_fpreg (int regno, struct _fpreg_ia32 __user *reg, struct pt_regs *ptp, in put_fpreg() 1286 struct _fpreg_ia32 *f; in put_fpreg() 1289 f = (struct _fpreg_ia32 *)(((unsigned long)buf + 15) & ~15); in put_fpreg() 1316 get_fpreg (int regno, struct _fpreg_ia32 __user *reg, struct pt_regs *ptp, in get_fpreg() 1434 put_fpreg(i, (struct _fpreg_ia32 __user *)&save->st_space[4*i], ptp, swp, tos); in save_ia32_fpxstate() 1478 get_fpreg(i, (struct _fpreg_ia32 __user *)&save->st_space[4*i], ptp, swp, tos); in restore_ia32_fpxstate() 2279 memcpy(f, reg, sizeof(struct _fpreg_ia32)); in access_fpreg_ia32() 2281 memcpy(reg, f, sizeof(struct _fpreg_ia32)); in access_fpreg_ia32() 2311 sizeof(struct _fpreg_ia32); in do_fpregs_get() 2312 end = (end - 7 * sizeof(int)) / sizeof(struct _fpreg_ia32); in do_fpregs_get() [all …]
|