Lines Matching refs:regset

264 static int gpr_get(struct task_struct *target, const struct user_regset *regset,  in gpr_get()  argument
305 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set() argument
360 static int fpr_get(struct task_struct *target, const struct user_regset *regset, in fpr_get() argument
386 static int fpr_set(struct task_struct *target, const struct user_regset *regset, in fpr_set() argument
429 const struct user_regset *regset) in vr_active() argument
432 return target->thread.used_vr ? regset->n : 0; in vr_active()
435 static int vr_get(struct task_struct *target, const struct user_regset *regset, in vr_get() argument
466 static int vr_set(struct task_struct *target, const struct user_regset *regset, in vr_set() argument
508 const struct user_regset *regset) in vsr_active() argument
511 return target->thread.used_vsr ? regset->n : 0; in vsr_active()
514 static int vsr_get(struct task_struct *target, const struct user_regset *regset, in vsr_get() argument
531 static int vsr_set(struct task_struct *target, const struct user_regset *regset, in vsr_set() argument
563 const struct user_regset *regset) in evr_active() argument
566 return target->thread.used_spe ? regset->n : 0; in evr_active()
569 static int evr_get(struct task_struct *target, const struct user_regset *regset, in evr_get() argument
592 static int evr_set(struct task_struct *target, const struct user_regset *regset, in evr_set() argument
677 const struct user_regset *regset, in gpr32_get() argument
734 const struct user_regset *regset, in gpr32_set() argument