Lines Matching refs:regset
18 int regset_fpregs_active(struct task_struct *target, const struct user_regset *regset) in regset_fpregs_active() argument
20 return regset->n; in regset_fpregs_active()
23 int regset_xregset_fpregs_active(struct task_struct *target, const struct user_regset *regset) in regset_xregset_fpregs_active() argument
26 return regset->n; in regset_xregset_fpregs_active()
66 int xfpregs_get(struct task_struct *target, const struct user_regset *regset, in xfpregs_get() argument
85 int xfpregs_set(struct task_struct *target, const struct user_regset *regset, in xfpregs_set() argument
126 int xstateregs_get(struct task_struct *target, const struct user_regset *regset, in xstateregs_get() argument
138 int xstateregs_set(struct task_struct *target, const struct user_regset *regset, in xstateregs_set() argument
316 int fpregs_get(struct task_struct *target, const struct user_regset *regset, in fpregs_get() argument
326 return fpregs_soft_get(target, regset, to); in fpregs_get()
347 int fpregs_set(struct task_struct *target, const struct user_regset *regset, in fpregs_set() argument
360 return fpregs_soft_set(target, regset, pos, count, kbuf, ubuf); in fpregs_set()