Lines Matching refs:regset
477 const struct user_regset *regset, in hw_break_get() argument
481 unsigned int note_type = regset->core_note_type; in hw_break_get()
505 limit = regset->n * regset->size; in hw_break_get()
538 const struct user_regset *regset, in hw_break_set() argument
542 unsigned int note_type = regset->core_note_type; in hw_break_set()
554 limit = regset->n * regset->size; in hw_break_set()
592 const struct user_regset *regset, in gpr_get() argument
600 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set() argument
622 const struct user_regset *regset, in __fpr_get() argument
636 static int fpr_get(struct task_struct *target, const struct user_regset *regset, in fpr_get() argument
643 return __fpr_get(target, regset, pos, count, kbuf, ubuf, 0); in fpr_get()
647 const struct user_regset *regset, in __fpr_set() argument
673 static int fpr_set(struct task_struct *target, const struct user_regset *regset, in fpr_set() argument
679 ret = __fpr_set(target, regset, pos, count, kbuf, ubuf, 0); in fpr_set()
689 static int tls_get(struct task_struct *target, const struct user_regset *regset, in tls_get() argument
701 static int tls_set(struct task_struct *target, const struct user_regset *regset, in tls_set() argument
717 const struct user_regset *regset, in system_call_get() argument
728 const struct user_regset *regset, in system_call_set() argument
772 const struct user_regset *regset) in sve_get_size() argument
784 const struct user_regset *regset, in sve_get() argument
812 return __fpr_get(target, regset, pos, count, kbuf, ubuf, in sve_get()
852 const struct user_regset *regset, in sve_set() argument
888 ret = __fpr_set(target, regset, pos, count, kbuf, ubuf, in sve_set()
951 const struct user_regset *regset, in pac_mask_get() argument
1007 const struct user_regset *regset, in pac_address_keys_get() argument
1024 const struct user_regset *regset, in pac_address_keys_set() argument
1058 const struct user_regset *regset, in pac_generic_keys_get() argument
1075 const struct user_regset *regset, in pac_generic_keys_set() argument
1228 const struct user_regset *regset, in compat_gpr_get() argument
1236 num_regs = count / regset->size; in compat_gpr_get()
1239 start = pos / regset->size; in compat_gpr_get()
1241 if (start + num_regs > regset->n) in compat_gpr_get()
1281 const struct user_regset *regset, in compat_gpr_set() argument
1290 num_regs = count / regset->size; in compat_gpr_set()
1293 start = pos / regset->size; in compat_gpr_set()
1295 if (start + num_regs > regset->n) in compat_gpr_set()
1343 const struct user_regset *regset, in compat_vfp_get() argument
1376 const struct user_regset *regset, in compat_vfp_set() argument
1404 const struct user_regset *regset, unsigned int pos, in compat_tls_get() argument
1412 const struct user_regset *regset, unsigned int pos, in compat_tls_set() argument