Searched refs:gpr_get (Results 1 – 7 of 7) sorted by relevance
/arch/nds32/kernel/ |
D | ptrace.c | 14 static int gpr_get(struct task_struct *target, in gpr_get() function 43 .regset_get = gpr_get,
|
/arch/csky/kernel/ |
D | ptrace.c | 78 static int gpr_get(struct task_struct *target, in gpr_get() function 174 .regset_get = gpr_get,
|
/arch/xtensa/kernel/ |
D | ptrace.c | 40 static int gpr_get(struct task_struct *target, in gpr_get() function 202 .regset_get = gpr_get,
|
/arch/arm/kernel/ |
D | ptrace.c | 545 static int gpr_get(struct task_struct *target, in gpr_get() function 689 .regset_get = gpr_get,
|
/arch/parisc/kernel/ |
D | ptrace.c | 519 static int gpr_get(struct task_struct *target, in gpr_get() function 566 .regset_get = gpr_get, .set = gpr_set
|
/arch/powerpc/kernel/ptrace/ |
D | ptrace-view.c | 218 static int gpr_get(struct task_struct *target, const struct user_regset *regset, in gpr_get() function 520 .regset_get = gpr_get, .set = gpr_set
|
/arch/arm64/kernel/ |
D | ptrace.c | 560 static int gpr_get(struct task_struct *target, in gpr_get() function 1378 .regset_get = gpr_get,
|