Searched refs:tm_sc (Results 1 – 1 of 1) sorted by relevance
193 struct sigcontext __user *tm_sc, in setup_tm_sigcontexts() argument208 elf_vrreg_t __user *tm_v_regs = sigcontext_vmx_regs(tm_sc); in setup_tm_sigcontexts()227 err |= __put_user(tm_v_regs, &tm_sc->v_regs); in setup_tm_sigcontexts()266 err |= __put_user(0, &tm_sc->v_regs); in setup_tm_sigcontexts()272 err |= copy_fpr_to_user(&tm_sc->fp_regs, tsk); in setup_tm_sigcontexts()274 err |= copy_ckfpr_to_user(&tm_sc->fp_regs, tsk); in setup_tm_sigcontexts()301 err |= __put_user(&tm_sc->gp_regs, &tm_sc->regs); in setup_tm_sigcontexts()303 err |= __copy_to_user(&tm_sc->gp_regs, regs, GP_REGS_SIZE); in setup_tm_sigcontexts()306 err |= __put_user(msr, &tm_sc->gp_regs[PT_MSR]); in setup_tm_sigcontexts()420 struct sigcontext __user *tm_sc) in restore_tm_sigcontexts() argument[all …]