Searched refs:tm_sc (Results 1 – 1 of 1) sorted by relevance
184 struct sigcontext __user *tm_sc, in setup_tm_sigcontexts() argument198 elf_vrreg_t __user *tm_v_regs = sigcontext_vmx_regs(tm_sc); in setup_tm_sigcontexts()216 err |= __put_user(tm_v_regs, &tm_sc->v_regs); in setup_tm_sigcontexts()256 err |= __put_user(0, &tm_sc->v_regs); in setup_tm_sigcontexts()262 err |= copy_transact_fpr_to_user(&tm_sc->fp_regs, current); in setup_tm_sigcontexts()264 err |= copy_fpr_to_user(&tm_sc->fp_regs, current); in setup_tm_sigcontexts()292 err |= __put_user(&tm_sc->gp_regs, &tm_sc->regs); in setup_tm_sigcontexts()294 err |= __copy_to_user(&tm_sc->gp_regs, regs, GP_REGS_SIZE); in setup_tm_sigcontexts()297 err |= __put_user(msr, &tm_sc->gp_regs[PT_MSR]); in setup_tm_sigcontexts()413 struct sigcontext __user *tm_sc) in restore_tm_sigcontexts() argument[all …]