Searched refs:gpr_get (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/arch/csky/kernel/ |
D | ptrace.c | 77 static int gpr_get(struct task_struct *target, in gpr_get() function 173 .regset_get = gpr_get,
|
/linux-6.6.21/arch/xtensa/kernel/ |
D | ptrace.c | 39 static int gpr_get(struct task_struct *target, in gpr_get() function 200 .regset_get = gpr_get,
|
/linux-6.6.21/arch/arm/kernel/ |
D | ptrace.c | 544 static int gpr_get(struct task_struct *target, in gpr_get() function 684 .regset_get = gpr_get,
|
/linux-6.6.21/arch/parisc/kernel/ |
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-6.6.21/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 578 .regset_get = gpr_get, .set = gpr_set
|
/linux-6.6.21/arch/loongarch/kernel/ |
D | ptrace.c | 75 static int gpr_get(struct task_struct *target, in gpr_get() function 861 .regset_get = gpr_get,
|
/linux-6.6.21/arch/arm64/kernel/ |
D | ptrace.c | 554 static int gpr_get(struct task_struct *target, in gpr_get() function 1449 .regset_get = gpr_get,
|