Searched refs:gpr_set (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/arch/nds32/kernel/ |
D | ptrace.c | 22 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set() function 44 .set = gpr_set}
|
/Linux-v5.15/arch/csky/kernel/ |
D | ptrace.c | 90 static int gpr_set(struct task_struct *target, in gpr_set() function 175 .set = gpr_set,
|
/Linux-v5.15/arch/xtensa/kernel/ |
D | ptrace.c | 68 static int gpr_set(struct task_struct *target, in gpr_set() function 203 .set = gpr_set,
|
/Linux-v5.15/arch/parisc/kernel/ |
D | ptrace.c | 520 static int gpr_set(struct task_struct *target, in gpr_set() function 555 .regset_get = gpr_get, .set = gpr_set
|
/Linux-v5.15/arch/arm/kernel/ |
D | ptrace.c | 552 static int gpr_set(struct task_struct *target, in gpr_set() function 690 .set = gpr_set
|
/Linux-v5.15/arch/powerpc/kernel/ptrace/ |
D | ptrace-view.c | 238 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set() function 514 .regset_get = gpr_get, .set = gpr_set
|
/Linux-v5.15/arch/arm64/kernel/ |
D | ptrace.c | 568 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set() function 1132 .set = gpr_set
|