Searched refs:gpr_set (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/arch/csky/kernel/ |
D | ptrace.c | 89 static int gpr_set(struct task_struct *target, in gpr_set() function 174 .set = gpr_set,
|
/Linux-v6.6/arch/xtensa/kernel/ |
D | ptrace.c | 67 static int gpr_set(struct task_struct *target, in gpr_set() function 201 .set = gpr_set,
|
/Linux-v6.6/arch/arm/kernel/ |
D | ptrace.c | 551 static int gpr_set(struct task_struct *target, in gpr_set() function 685 .set = gpr_set
|
/Linux-v6.6/arch/parisc/kernel/ |
D | ptrace.c | 531 static int gpr_set(struct task_struct *target, in gpr_set() function 567 .regset_get = gpr_get, .set = gpr_set
|
/Linux-v6.6/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 578 .regset_get = gpr_get, .set = gpr_set
|
/Linux-v6.6/arch/loongarch/kernel/ |
D | ptrace.c | 90 static int gpr_set(struct task_struct *target, in gpr_set() function 862 .set = gpr_set,
|
/Linux-v6.6/arch/arm64/kernel/ |
D | ptrace.c | 562 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set() function 1449 .set = gpr_set
|