Lines Matching refs:regset
373 const struct user_regset *regset, in hw_break_get() argument
377 unsigned int note_type = regset->core_note_type; in hw_break_get()
401 limit = regset->n * regset->size; in hw_break_get()
434 const struct user_regset *regset, in hw_break_set() argument
438 unsigned int note_type = regset->core_note_type; in hw_break_set()
450 limit = regset->n * regset->size; in hw_break_set()
484 const struct user_regset *regset, in gpr_get() argument
492 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set() argument
513 static int fpr_get(struct task_struct *target, const struct user_regset *regset, in fpr_get() argument
522 static int fpr_set(struct task_struct *target, const struct user_regset *regset, in fpr_set() argument
538 static int tls_get(struct task_struct *target, const struct user_regset *regset, in tls_get() argument
546 static int tls_set(struct task_struct *target, const struct user_regset *regset, in tls_set() argument
562 const struct user_regset *regset, in system_call_get() argument
573 const struct user_regset *regset, in system_call_set() argument
669 const struct user_regset *regset, in compat_gpr_get() argument
677 num_regs = count / regset->size; in compat_gpr_get()
680 start = pos / regset->size; in compat_gpr_get()
682 if (start + num_regs > regset->n) in compat_gpr_get()
721 const struct user_regset *regset, in compat_gpr_set() argument
730 num_regs = count / regset->size; in compat_gpr_set()
733 start = pos / regset->size; in compat_gpr_set()
735 if (start + num_regs > regset->n) in compat_gpr_set()
782 const struct user_regset *regset, in compat_vfp_get() argument
809 const struct user_regset *regset, in compat_vfp_set() argument
836 const struct user_regset *regset, unsigned int pos, in compat_tls_get() argument
844 const struct user_regset *regset, unsigned int pos, in compat_tls_set() argument