Searched refs:gpr_set (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/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-v4.19/arch/arm/kernel/ |
D | ptrace.c | 593 static int gpr_set(struct task_struct *target, in gpr_set() function 754 .set = gpr_set
|
/Linux-v4.19/arch/parisc/kernel/ |
D | ptrace.c | 535 static int gpr_set(struct task_struct *target, in gpr_set() function 570 .get = gpr_get, .set = gpr_set
|
/Linux-v4.19/arch/arm64/kernel/ |
D | ptrace.c | 612 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set() function 982 .set = gpr_set
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | ptrace.c | 371 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set() function 1890 .get = gpr_get, .set = gpr_set
|