Searched refs:fpregs_set (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/fpu/ |
H A D | regset.h | 12 extern user_regset_set_fn fpregs_set, xfpregs_set, fpregs_soft_set,
|
/linux-4.4.14/arch/sh/kernel/ |
H A D | ptrace_32.c | 205 static int fpregs_set(struct task_struct *target, fpregs_set() function 341 .set = fpregs_set,
|
H A D | ptrace_64.c | 231 static int fpregs_set(struct task_struct *target, fpregs_set() function 368 .set = fpregs_set,
|
/linux-4.4.14/arch/x86/kernel/fpu/ |
H A D | regset.c | 298 int fpregs_set(struct task_struct *target, const struct user_regset *regset, fpregs_set() function
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | ptrace.c | 1896 static int fpregs_set(struct task_struct *target, fpregs_set() function 1943 ret = fpregs_set(child, NULL, pos, access_uarea() 2116 .get = fpregs_get, .set = fpregs_set, .active = fpregs_active
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | ptrace.c | 1349 .active = regset_fpregs_active, .get = fpregs_get, .set = fpregs_set
|
Completed in 355 milliseconds