Home
last modified time | relevance | path

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

/linux-6.12.1/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.h174 int ptrace_get_fpr(struct task_struct *child, int index, unsigned long *data);
Dptrace.c61 ret = ptrace_get_fpr(child, index, &tmp); in arch_ptrace()