Lines Matching refs:regset

58 int tm_cgpr_active(struct task_struct *target, const struct user_regset *regset)  in tm_cgpr_active()  argument
66 return regset->n; in tm_cgpr_active()
86 int tm_cgpr_get(struct task_struct *target, const struct user_regset *regset, in tm_cgpr_get() argument
134 int tm_cgpr_set(struct task_struct *target, const struct user_regset *regset, in tm_cgpr_set() argument
200 int tm_cfpr_active(struct task_struct *target, const struct user_regset *regset) in tm_cfpr_active() argument
208 return regset->n; in tm_cfpr_active()
229 int tm_cfpr_get(struct task_struct *target, const struct user_regset *regset, in tm_cfpr_get() argument
273 int tm_cfpr_set(struct task_struct *target, const struct user_regset *regset, in tm_cfpr_set() argument
312 int tm_cvmx_active(struct task_struct *target, const struct user_regset *regset) in tm_cvmx_active() argument
320 return regset->n; in tm_cvmx_active()
342 int tm_cvmx_get(struct task_struct *target, const struct user_regset *regset, in tm_cvmx_get() argument
393 int tm_cvmx_set(struct task_struct *target, const struct user_regset *regset, in tm_cvmx_set() argument
440 int tm_cvsx_active(struct task_struct *target, const struct user_regset *regset) in tm_cvsx_active() argument
449 return target->thread.used_vsr ? regset->n : 0; in tm_cvsx_active()
469 int tm_cvsx_get(struct task_struct *target, const struct user_regset *regset, in tm_cvsx_get() argument
512 int tm_cvsx_set(struct task_struct *target, const struct user_regset *regset, in tm_cvsx_set() argument
551 int tm_spr_active(struct task_struct *target, const struct user_regset *regset) in tm_spr_active() argument
556 return regset->n; in tm_spr_active()
574 int tm_spr_get(struct task_struct *target, const struct user_regset *regset, in tm_spr_get() argument
616 int tm_spr_set(struct task_struct *target, const struct user_regset *regset, in tm_spr_set() argument
653 int tm_tar_active(struct task_struct *target, const struct user_regset *regset) in tm_tar_active() argument
659 return regset->n; in tm_tar_active()
664 int tm_tar_get(struct task_struct *target, const struct user_regset *regset, in tm_tar_get() argument
676 int tm_tar_set(struct task_struct *target, const struct user_regset *regset, in tm_tar_set() argument
693 int tm_ppr_active(struct task_struct *target, const struct user_regset *regset) in tm_ppr_active() argument
699 return regset->n; in tm_ppr_active()
705 int tm_ppr_get(struct task_struct *target, const struct user_regset *regset, in tm_ppr_get() argument
717 int tm_ppr_set(struct task_struct *target, const struct user_regset *regset, in tm_ppr_set() argument
734 int tm_dscr_active(struct task_struct *target, const struct user_regset *regset) in tm_dscr_active() argument
740 return regset->n; in tm_dscr_active()
745 int tm_dscr_get(struct task_struct *target, const struct user_regset *regset, in tm_dscr_get() argument
757 int tm_dscr_set(struct task_struct *target, const struct user_regset *regset, in tm_dscr_set() argument
774 int tm_cgpr32_get(struct task_struct *target, const struct user_regset *regset, in tm_cgpr32_get() argument
777 gpr32_get_common(target, regset, to, in tm_cgpr32_get()
782 int tm_cgpr32_set(struct task_struct *target, const struct user_regset *regset, in tm_cgpr32_set() argument
786 return gpr32_set_common(target, regset, pos, count, kbuf, ubuf, in tm_cgpr32_set()