Searched refs:copy_pad_fprs (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/arch/loongarch/kernel/ |
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()
|
/Linux-v6.6/arch/mips/kernel/ |
D | ptrace.c | 595 static void copy_pad_fprs(struct task_struct *target, in copy_pad_fprs() function 629 copy_pad_fprs(target, regset, &to, 0); in msa_get() 632 copy_pad_fprs(target, regset, &to, 8); in msa_get() 638 copy_pad_fprs(target, regset, &to, in msa_get()
|