Searched refs:fr8_st_map (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/ia64/ia32/ |
D | ia32_signal.c | 227 int fp_tos, fr8_st_map; in save_ia32_fpstate_live() local 268 fr8_st_map = (8-fp_tos)&0x7; in save_ia32_fpstate_live() 272 copy_to_user(&save->_st[(0+fr8_st_map)&0x7], fpregp, sizeof(struct _fpreg_ia32)); in save_ia32_fpstate_live() 274 copy_to_user(&save->_st[(1+fr8_st_map)&0x7], fpregp, sizeof(struct _fpreg_ia32)); in save_ia32_fpstate_live() 276 copy_to_user(&save->_st[(2+fr8_st_map)&0x7], fpregp, sizeof(struct _fpreg_ia32)); in save_ia32_fpstate_live() 278 copy_to_user(&save->_st[(3+fr8_st_map)&0x7], fpregp, sizeof(struct _fpreg_ia32)); in save_ia32_fpstate_live() 281 copy_to_user(&save->_st[(4+fr8_st_map)&0x7], fpregp, sizeof(struct _fpreg_ia32)); in save_ia32_fpstate_live() 283 copy_to_user(&save->_st[(5+fr8_st_map)&0x7], fpregp, sizeof(struct _fpreg_ia32)); in save_ia32_fpstate_live() 285 copy_to_user(&save->_st[(6+fr8_st_map)&0x7], fpregp, sizeof(struct _fpreg_ia32)); in save_ia32_fpstate_live() 287 copy_to_user(&save->_st[(7+fr8_st_map)&0x7], fpregp, sizeof(struct _fpreg_ia32)); in save_ia32_fpstate_live() [all …]
|