Searched refs:s387 (Results 1 – 1 of 1) sorted by relevance
/arch/x86/math-emu/ |
D | fpu_entry.c | 676 #define S387 ((struct i387_soft_struct *)s387) 685 struct i387_soft_struct *s387 = &target->thread.fpu.state->soft; in fpregs_soft_set() local 686 void *space = s387->st_space; in fpregs_soft_set() 691 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, s387, 0, in fpregs_soft_set() 737 struct i387_soft_struct *s387 = &target->thread.fpu.state->soft; in fpregs_soft_get() local 738 const void *space = s387->st_space; in fpregs_soft_get() 754 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, s387, 0, in fpregs_soft_get()
|