Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/kernel/ptrace/
Dptrace-fpu.c9 int ptrace_get_fpr(struct task_struct *child, int index, unsigned long *data) in ptrace_get_fpr() function
Dptrace-decl.h168 int ptrace_get_fpr(struct task_struct *child, int index, unsigned long *data);
Dptrace.c64 ret = ptrace_get_fpr(child, index, &tmp); in arch_ptrace()