Searched refs:fpr_set (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/ |
D | ptrace-novsx.c | 45 int fpr_set(struct task_struct *target, const struct user_regset *regset, in fpr_set() function
|
D | ptrace-vsx.c | 49 int fpr_set(struct task_struct *target, const struct user_regset *regset, in fpr_set() function
|
D | ptrace-decl.h | 67 int fpr_set(struct task_struct *target, const struct user_regset *regset,
|
D | ptrace-view.c | 526 .regset_get = fpr_get, .set = fpr_set 764 .regset_get = fpr_get, .set = fpr_set
|
/kernel/linux/linux-5.10/arch/csky/kernel/ |
D | ptrace.c | 137 static int fpr_set(struct task_struct *target, in fpr_set() function 182 .set = fpr_set,
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
D | ptrace.c | 401 static int fpr_set(struct task_struct *target, in fpr_set() function 560 .regset_get = fpr_get, .set = fpr_set 628 .regset_get = fpr_get, .set = fpr_set
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
D | ptrace.c | 501 static int fpr_set(struct task_struct *target, in fpr_set() function 952 .set = fpr_set, 1020 .set = fpr_set,
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
D | ptrace.c | 650 static int fpr_set(struct task_struct *target, const struct user_regset *regset, in fpr_set() function 1109 .set = fpr_set
|