Searched refs:_st (Results 1 – 5 of 5) sorted by relevance
/arch/ia64/ia32/ |
D | ia32_signal.c | 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() 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 …]
|
D | ia32priv.h | 85 struct _fpreg_ia32 _st[8]; member
|
/arch/x86/include/asm/ |
D | sigcontext32.h | 35 struct _fpreg _st[8]; member
|
D | sigcontext.h | 80 struct _fpreg _st[8]; member
|
/arch/um/sys-i386/ |
D | signal.c | 117 to = &buf->_st[0]; in convert_fxsr_to_user() 152 from = &buf->_st[0]; in convert_fxsr_from_user()
|