Lines Matching refs:regset

489 			const struct user_regset *regset,  in hw_break_get()  argument
493 unsigned int note_type = regset->core_note_type; in hw_break_get()
517 limit = regset->n * regset->size; in hw_break_get()
550 const struct user_regset *regset, in hw_break_set() argument
554 unsigned int note_type = regset->core_note_type; in hw_break_set()
566 limit = regset->n * regset->size; in hw_break_set()
604 const struct user_regset *regset, in gpr_get() argument
612 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set() argument
634 const struct user_regset *regset, in __fpr_get() argument
648 static int fpr_get(struct task_struct *target, const struct user_regset *regset, in fpr_get() argument
655 return __fpr_get(target, regset, pos, count, kbuf, ubuf, 0); in fpr_get()
659 const struct user_regset *regset, in __fpr_set() argument
685 static int fpr_set(struct task_struct *target, const struct user_regset *regset, in fpr_set() argument
691 ret = __fpr_set(target, regset, pos, count, kbuf, ubuf, 0); in fpr_set()
701 static int tls_get(struct task_struct *target, const struct user_regset *regset, in tls_get() argument
713 static int tls_set(struct task_struct *target, const struct user_regset *regset, in tls_set() argument
729 const struct user_regset *regset, in system_call_get() argument
740 const struct user_regset *regset, in system_call_set() argument
784 const struct user_regset *regset) in sve_get_size() argument
796 const struct user_regset *regset, in sve_get() argument
824 return __fpr_get(target, regset, pos, count, kbuf, ubuf, in sve_get()
864 const struct user_regset *regset, in sve_set() argument
900 ret = __fpr_set(target, regset, pos, count, kbuf, ubuf, in sve_set()
1056 const struct user_regset *regset, in compat_gpr_get() argument
1064 num_regs = count / regset->size; in compat_gpr_get()
1067 start = pos / regset->size; in compat_gpr_get()
1069 if (start + num_regs > regset->n) in compat_gpr_get()
1109 const struct user_regset *regset, in compat_gpr_set() argument
1118 num_regs = count / regset->size; in compat_gpr_set()
1121 start = pos / regset->size; in compat_gpr_set()
1123 if (start + num_regs > regset->n) in compat_gpr_set()
1171 const struct user_regset *regset, in compat_vfp_get() argument
1204 const struct user_regset *regset, in compat_vfp_set() argument
1232 const struct user_regset *regset, unsigned int pos, in compat_tls_get() argument
1240 const struct user_regset *regset, unsigned int pos, in compat_tls_set() argument