Searched refs:gpr_get (Results 1 – 6 of 6) sorted by relevance
/linux/arch/csky/kernel/ |
H A D | ptrace.c | 77 static int gpr_get(struct task_struct *target, in gpr_get() function 173 .regset_get = gpr_get,
|
/linux/arch/xtensa/kernel/ |
H A D | ptrace.c | 39 static int gpr_get(struct task_struct *target, in gpr_get() function 200 .regset_get = gpr_get,
|
/linux/arch/parisc/kernel/ |
H A D | ptrace.c | 519 static int gpr_get(struct task_struct *target, in gpr_get() function 567 .regset_get = gpr_get, .set = gpr_set
|
/linux/arch/arm/kernel/ |
H A D | ptrace.c | 544 static int gpr_get(struct task_struct *target, in gpr_get() function 684 .regset_get = gpr_get,
|
/linux/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-view.c | 218 static int gpr_get(struct task_struct *target, const struct user_regset *regset, in gpr_get() function 573 .regset_get = gpr_get, .set = gpr_set
|
/linux/arch/loongarch/kernel/ |
H A D | ptrace.c | 75 static int gpr_get(struct task_struct *target, in gpr_get() function 871 .regset_get = gpr_get,
|