Home
last modified time | relevance | path

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

/arch/ia64/ia32/
Dia32_signal.c260 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()
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()
[all …]
Dia32priv.h85 struct _fpreg_ia32 _st[8]; member
/arch/x86/include/asm/
Dsigcontext32.h35 struct _fpreg _st[8]; member
Dsigcontext.h80 struct _fpreg _st[8]; member
/arch/um/sys-i386/
Dsignal.c117 to = &buf->_st[0]; in convert_fxsr_to_user()
152 from = &buf->_st[0]; in convert_fxsr_from_user()