Searched refs:tm_sc (Results 1 – 1 of 1) sorted by relevance
207 struct sigcontext __user *tm_sc, in setup_tm_sigcontexts() argument222 elf_vrreg_t __user *tm_v_regs = sigcontext_vmx_regs(tm_sc); in setup_tm_sigcontexts()241 err |= __put_user(tm_v_regs, &tm_sc->v_regs); in setup_tm_sigcontexts()280 err |= __put_user(0, &tm_sc->v_regs); in setup_tm_sigcontexts()286 err |= copy_fpr_to_user(&tm_sc->fp_regs, tsk); in setup_tm_sigcontexts()288 err |= copy_ckfpr_to_user(&tm_sc->fp_regs, tsk); in setup_tm_sigcontexts()315 err |= __put_user(&tm_sc->gp_regs, &tm_sc->regs); in setup_tm_sigcontexts()316 err |= __copy_to_user(&tm_sc->gp_regs, regs, GP_REGS_SIZE); in setup_tm_sigcontexts()319 err |= __put_user(msr, &tm_sc->gp_regs[PT_MSR]); in setup_tm_sigcontexts()439 struct sigcontext __user *tm_sc) in restore_tm_sigcontexts() argument[all …]