Lines Matching refs:regset
13 int regset_fpregs_active(struct task_struct *target, const struct user_regset *regset) in regset_fpregs_active() argument
17 return target_fpu->fpstate_active ? regset->n : 0; in regset_fpregs_active()
20 int regset_xregset_fpregs_active(struct task_struct *target, const struct user_regset *regset) in regset_xregset_fpregs_active() argument
24 return (cpu_has_fxsr && target_fpu->fpstate_active) ? regset->n : 0; in regset_xregset_fpregs_active()
27 int xfpregs_get(struct task_struct *target, const struct user_regset *regset, in xfpregs_get() argument
43 int xfpregs_set(struct task_struct *target, const struct user_regset *regset, in xfpregs_set() argument
74 int xstateregs_get(struct task_struct *target, const struct user_regset *regset, in xstateregs_get() argument
103 int xstateregs_set(struct task_struct *target, const struct user_regset *regset, in xstateregs_set() argument
269 int fpregs_get(struct task_struct *target, const struct user_regset *regset, in fpregs_get() argument
279 return fpregs_soft_get(target, regset, pos, count, kbuf, ubuf); in fpregs_get()
298 int fpregs_set(struct task_struct *target, const struct user_regset *regset, in fpregs_set() argument
310 return fpregs_soft_set(target, regset, pos, count, kbuf, ubuf); in fpregs_set()