Searched refs:gpr_get (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/arch/loongarch/kernel/ |
D | ptrace.c | 70 static int gpr_get(struct task_struct *target, in gpr_get() function 330 .regset_get = gpr_get,
|
/linux-6.1.9/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.1.9/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.1.9/arch/arm/kernel/ |
D | ptrace.c | 544 static int gpr_get(struct task_struct *target, in gpr_get() function 688 .regset_get = gpr_get,
|
/linux-6.1.9/arch/parisc/kernel/ |
D | ptrace.c | 507 static int gpr_get(struct task_struct *target, in gpr_get() function 554 .regset_get = gpr_get, .set = gpr_set
|
/linux-6.1.9/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 514 .regset_get = gpr_get, .set = gpr_set
|
/linux-6.1.9/arch/arm64/kernel/ |
D | ptrace.c | 559 static int gpr_get(struct task_struct *target, in gpr_get() function 1390 .regset_get = gpr_get,
|