Searched refs:_st (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/arch/ia64/ia32/ |
D | ia32_signal.c | 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() 404 copy_from_user(fpregp, &save->_st[(0+fr8_st_map)&0x7], sizeof(struct _fpreg_ia32)); in restore_ia32_fpstate_live() 406 copy_from_user(fpregp, &save->_st[(1+fr8_st_map)&0x7], sizeof(struct _fpreg_ia32)); in restore_ia32_fpstate_live() [all …]
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | fpu32.c | 99 from = &buf->_st[0]; in convert_fxsr_from_user() 142 to = &buf->_st[0]; in convert_fxsr_to_user()
|
/linux-2.4.37.9/include/asm-i386/ |
D | sigcontext.h | 42 struct _fpreg _st[8]; member
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | sigcontext32.h | 33 struct _fpreg _st[8]; member
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | i387.c | 276 to = &buf->_st[0]; in convert_fxsr_to_user() 306 from = &buf->_st[0]; in convert_fxsr_from_user()
|
/linux-2.4.37.9/include/asm-ia64/ |
D | ia32.h | 95 struct _fpreg_ia32 _st[8]; member
|