Home
last modified time | relevance | path

Searched refs:_st (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/arch/ia64/ia32/
Dia32_signal.c272 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/
Dfpu32.c99 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/
Dsigcontext.h42 struct _fpreg _st[8]; member
/linux-2.4.37.9/include/asm-x86_64/
Dsigcontext32.h33 struct _fpreg _st[8]; member
/linux-2.4.37.9/arch/i386/kernel/
Di387.c276 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/
Dia32.h95 struct _fpreg_ia32 _st[8]; member