Searched refs:fpr_get (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/parisc/kernel/ |
D | ptrace.c | 372 static int fpr_get(struct task_struct *target, in fpr_get() function 575 .get = fpr_get, .set = fpr_set 659 .get = fpr_get, .set = fpr_set
|
/Linux-v4.19/arch/mips/kernel/ |
D | ptrace.c | 469 static int fpr_get(struct task_struct *target, in fpr_get() function 915 .get = fpr_get, 963 .get = fpr_get,
|
/Linux-v4.19/arch/arm64/kernel/ |
D | ptrace.c | 648 static int fpr_get(struct task_struct *target, const struct user_regset *regset, in fpr_get() function 993 .get = fpr_get,
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | ptrace.c | 438 static int fpr_get(struct task_struct *target, const struct user_regset *regset, in fpr_get() function 1895 .get = fpr_get, .set = fpr_set 2188 .get = fpr_get, .set = fpr_set
|