Home
last modified time | relevance | path

Searched refs:ptrace_getfpregs (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Dptrace.h131 extern int ptrace_getfpregs(struct task_struct *child, __u32 __user *data);
/openbmc/linux/arch/mips/kernel/
H A Dptrace32.c284 ret = ptrace_getfpregs(child, (__u32 __user *) (__u64) data); in compat_arch_ptrace()
H A Dptrace.c359 int ptrace_getfpregs(struct task_struct *child, __u32 __user *data) in ptrace_getfpregs() function
1289 ret = ptrace_getfpregs(child, datavp); in arch_ptrace()