Searched refs:copy_pad_fprs (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/loongarch/kernel/ |
| H A D | ptrace.c | 258 static void copy_pad_fprs(struct task_struct *target, in copy_pad_fprs() function 288 copy_pad_fprs(target, regset, &to, 0); in simd_get() 291 copy_pad_fprs(target, regset, &to, 8); in simd_get() 295 copy_pad_fprs(target, regset, &to, 16); in simd_get() 302 copy_pad_fprs(target, regset, &to, sizeof(target->thread.fpu.fpr[0])); in simd_get()
|