Home
last modified time | relevance | path

Searched refs:fpregs_get (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/fpu/
Dregset.h10 extern user_regset_get_fn fpregs_get, xfpregs_get, fpregs_soft_get,
/linux-4.4.14/arch/sh/include/asm/
Dfpu.h37 extern int fpregs_get(struct task_struct *target,
/linux-4.4.14/arch/x86/kernel/fpu/
Dregset.c269 int fpregs_get(struct task_struct *target, const struct user_regset *regset, in fpregs_get() function
348 fpvalid = !fpregs_get(tsk, NULL, in dump_fpu()
/linux-4.4.14/arch/sh/kernel/
Dptrace_64.c216 int fpregs_get(struct task_struct *target, in fpregs_get() function
367 .get = fpregs_get,
Dptrace_32.c186 int fpregs_get(struct task_struct *target, in fpregs_get() function
340 .get = fpregs_get,
Dprocess_32.c114 fpvalid = !fpregs_get(tsk, NULL, 0, in dump_fpu()
/linux-4.4.14/arch/ia64/kernel/
Dptrace.c1887 static int fpregs_get(struct task_struct *target, in fpregs_get() function
1946 ret = fpregs_get(child, NULL, pos, in access_uarea()
2116 .get = fpregs_get, .set = fpregs_set, .active = fpregs_active
/linux-4.4.14/arch/x86/kernel/
Dptrace.c1349 .active = regset_fpregs_active, .get = fpregs_get, .set = fpregs_set