Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dsignal.h24 extern unsigned long copy_fpr_to_user(void __user *to,
Dsignal_32.c264 unsigned long copy_fpr_to_user(void __user *to, in copy_fpr_to_user() function
372 inline unsigned long copy_fpr_to_user(void __user *to, in copy_fpr_to_user() function
445 if (copy_fpr_to_user(&frame->mc_fregs, current)) in save_user_regs()
591 if (copy_fpr_to_user(&frame->mc_fregs, current)) in save_tm_user_regs()
597 if (copy_fpr_to_user(&tm_frame->mc_fregs, current)) in save_tm_user_regs()
Dsignal_64.c136 err |= copy_fpr_to_user(&sc->fp_regs, current); in setup_sigcontext()
260 err |= copy_fpr_to_user(&sc->fp_regs, current); in setup_tm_sigcontexts()
264 err |= copy_fpr_to_user(&tm_sc->fp_regs, current); in setup_tm_sigcontexts()