Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dsignal_32.c774 struct mcontext __user *tm_sr) in restore_tm_user_regs() argument
789 err = restore_general_regs(regs, tm_sr); in restore_tm_user_regs()
817 &tm_sr->mc_vregs, in restore_tm_user_regs()
831 (u32 __user *)&tm_sr->mc_vregs[32])) in restore_tm_user_regs()
840 copy_transact_fpr_from_user(current, &tm_sr->mc_fregs)) in restore_tm_user_regs()
851 copy_transact_vsx_from_user(current, &tm_sr->mc_vsregs)) in restore_tm_user_regs()
879 if (__get_user(msr_hi, &tm_sr->mc_gregs[PT_MSR])) in restore_tm_user_regs()