• Home
  • Raw
  • Download

Lines Matching refs:_fpreg_ia32

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()
319 struct _fpreg_ia32 *fpregp; in restore_ia32_fpstate_live()
389 fpregp = (struct _fpreg_ia32 *)(((unsigned long)buf + 15) & ~15); in restore_ia32_fpstate_live()
392 copy_from_user(fpregp, &save->_st[(0+fr8_st_map)&0x7], sizeof(struct _fpreg_ia32)); in restore_ia32_fpstate_live()
394 copy_from_user(fpregp, &save->_st[(1+fr8_st_map)&0x7], sizeof(struct _fpreg_ia32)); in restore_ia32_fpstate_live()
396 copy_from_user(fpregp, &save->_st[(2+fr8_st_map)&0x7], sizeof(struct _fpreg_ia32)); in restore_ia32_fpstate_live()
398 copy_from_user(fpregp, &save->_st[(3+fr8_st_map)&0x7], sizeof(struct _fpreg_ia32)); in restore_ia32_fpstate_live()
401 copy_from_user(fpregp, &save->_st[(4+fr8_st_map)&0x7], sizeof(struct _fpreg_ia32)); in restore_ia32_fpstate_live()
403 copy_from_user(fpregp, &save->_st[(5+fr8_st_map)&0x7], sizeof(struct _fpreg_ia32)); in restore_ia32_fpstate_live()
405 copy_from_user(fpregp, &save->_st[(6+fr8_st_map)&0x7], sizeof(struct _fpreg_ia32)); in restore_ia32_fpstate_live()
407 copy_from_user(fpregp, &save->_st[(7+fr8_st_map)&0x7], sizeof(struct _fpreg_ia32)); in restore_ia32_fpstate_live()