Lines Matching refs:regset

3 #include <linux/regset.h>
218 static int gpr_get(struct task_struct *target, const struct user_regset *regset,
238 static int gpr_set(struct task_struct *target, const struct user_regset *regset,
290 static int ppr_get(struct task_struct *target, const struct user_regset *regset,
299 static int ppr_set(struct task_struct *target, const struct user_regset *regset,
310 static int dscr_get(struct task_struct *target, const struct user_regset *regset,
315 static int dscr_set(struct task_struct *target, const struct user_regset *regset,
324 static int tar_get(struct task_struct *target, const struct user_regset *regset,
329 static int tar_set(struct task_struct *target, const struct user_regset *regset,
337 static int ebb_active(struct task_struct *target, const struct user_regset *regset)
343 return regset->n;
348 static int ebb_get(struct task_struct *target, const struct user_regset *regset,
364 static int ebb_set(struct task_struct *target, const struct user_regset *regset,
395 static int pmu_active(struct task_struct *target, const struct user_regset *regset)
400 return regset->n;
403 static int pmu_get(struct task_struct *target, const struct user_regset *regset,
418 static int pmu_set(struct task_struct *target, const struct user_regset *regset,
458 static int dexcr_active(struct task_struct *target, const struct user_regset *regset)
463 return regset->n;
466 static int dexcr_get(struct task_struct *target, const struct user_regset *regset,
487 static int hashkeyr_active(struct task_struct *target, const struct user_regset *regset)
492 return regset->n;
495 static int hashkeyr_get(struct task_struct *target, const struct user_regset *regset,
504 static int hashkeyr_set(struct task_struct *target, const struct user_regset *regset,
518 static int pkey_active(struct task_struct *target, const struct user_regset *regset)
523 return regset->n;
526 static int pkey_get(struct task_struct *target, const struct user_regset *regset,
538 static int pkey_set(struct task_struct *target, const struct user_regset *regset,
706 const struct user_regset *regset,
720 const struct user_regset *regset,
758 const struct user_regset *regset,
812 const struct user_regset *regset,
818 return gpr32_set_common_kernel(target, regset, pos, count, kbuf, regs);
820 return gpr32_set_common_user(target, regset, pos, count, ubuf, regs);
824 const struct user_regset *regset,
830 return gpr32_get_common(target, regset, to,
835 const struct user_regset *regset,
842 return gpr32_set_common(target, regset, pos, count, kbuf, ubuf,
847 * These are the regset flavors matching the CONFIG_PPC32 native set.