Lines Matching refs:regset

218 static int gpr_get(struct task_struct *target, const struct user_regset *regset,  in gpr_get()  argument
238 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set() argument
290 static int ppr_get(struct task_struct *target, const struct user_regset *regset, in ppr_get() argument
296 static int ppr_set(struct task_struct *target, const struct user_regset *regset, in ppr_set() argument
304 static int dscr_get(struct task_struct *target, const struct user_regset *regset, in dscr_get() argument
309 static int dscr_set(struct task_struct *target, const struct user_regset *regset, in dscr_set() argument
318 static int tar_get(struct task_struct *target, const struct user_regset *regset, in tar_get() argument
323 static int tar_set(struct task_struct *target, const struct user_regset *regset, in tar_set() argument
331 static int ebb_active(struct task_struct *target, const struct user_regset *regset) in ebb_active() argument
337 return regset->n; in ebb_active()
342 static int ebb_get(struct task_struct *target, const struct user_regset *regset, in ebb_get() argument
358 static int ebb_set(struct task_struct *target, const struct user_regset *regset, in ebb_set() argument
389 static int pmu_active(struct task_struct *target, const struct user_regset *regset) in pmu_active() argument
394 return regset->n; in pmu_active()
397 static int pmu_get(struct task_struct *target, const struct user_regset *regset, in pmu_get() argument
412 static int pmu_set(struct task_struct *target, const struct user_regset *regset, in pmu_set() argument
454 static int pkey_active(struct task_struct *target, const struct user_regset *regset) in pkey_active() argument
459 return regset->n; in pkey_active()
462 static int pkey_get(struct task_struct *target, const struct user_regset *regset, in pkey_get() argument
474 static int pkey_set(struct task_struct *target, const struct user_regset *regset, in pkey_set() argument
630 const struct user_regset *regset, in gpr32_get_common() argument
644 const struct user_regset *regset, in gpr32_set_common() argument
718 const struct user_regset *regset, in gpr32_get() argument
724 return gpr32_get_common(target, regset, to, in gpr32_get()
729 const struct user_regset *regset, in gpr32_set() argument
736 return gpr32_set_common(target, regset, pos, count, kbuf, ubuf, in gpr32_set()