Searched refs:gpr_set (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/arch/nds32/kernel/ |
D | ptrace.c | 23 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set() function 45 .set = gpr_set}
|
/Linux-v5.4/arch/csky/kernel/ |
D | ptrace.c | 87 static int gpr_set(struct task_struct *target, in gpr_set() function 172 .set = &gpr_set,
|
/Linux-v5.4/arch/xtensa/kernel/ |
D | ptrace.c | 68 static int gpr_set(struct task_struct *target, in gpr_set() function 202 .set = gpr_set,
|
/Linux-v5.4/arch/arm/kernel/ |
D | ptrace.c | 583 static int gpr_set(struct task_struct *target, in gpr_set() function 744 .set = gpr_set
|
/Linux-v5.4/arch/parisc/kernel/ |
D | ptrace.c | 557 static int gpr_set(struct task_struct *target, in gpr_set() function 592 .get = gpr_get, .set = gpr_set
|
/Linux-v5.4/arch/arm64/kernel/ |
D | ptrace.c | 600 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set() function 1126 .set = gpr_set
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | ptrace.c | 378 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set() function 1903 .get = gpr_get, .set = gpr_set
|