Searched refs:gpr_get (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/c6x/kernel/ |
D | ptrace.c | 61 static int gpr_get(struct task_struct *target, in gpr_get() function 83 .get = gpr_get,
|
/Linux-v4.19/arch/nds32/kernel/ |
D | ptrace.c | 14 static int gpr_get(struct task_struct *target, in gpr_get() function 44 .get = gpr_get,
|
/Linux-v4.19/arch/arm/kernel/ |
D | ptrace.c | 581 static int gpr_get(struct task_struct *target, in gpr_get() function 753 .get = gpr_get,
|
/Linux-v4.19/arch/parisc/kernel/ |
D | ptrace.c | 507 static int gpr_get(struct task_struct *target, in gpr_get() function 570 .get = gpr_get, .set = gpr_set
|
/Linux-v4.19/arch/arm64/kernel/ |
D | ptrace.c | 603 static int gpr_get(struct task_struct *target, in gpr_get() function 981 .get = gpr_get,
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | ptrace.c | 330 static int gpr_get(struct task_struct *target, const struct user_regset *regset, in gpr_get() function 1890 .get = gpr_get, .set = gpr_set
|