Lines Matching refs:__get_user

131 		if (__get_user(gregs[i], &sr->mc_gregs[i]))  in restore_general_regs()
499 err |= __get_user(msr, &sr->mc_gregs[PT_MSR]); in restore_user_regs()
526 if (__get_user(current->thread.vrsave, (u32 __user *)&sr->mc_vregs[32])) in restore_user_regs()
572 if (__get_user(current->thread.spefscr, (u32 __user *)&sr->mc_vregs + ELF_NEVRREG)) in restore_user_regs()
607 err |= __get_user(current->thread.tm_tfhar, &sr->mc_gregs[PT_NIP]); in restore_tm_user_regs()
609 err |= __get_user(msr, &sr->mc_gregs[PT_MSR]); in restore_tm_user_regs()
635 if (__get_user(current->thread.ckvrsave, in restore_tm_user_regs()
637 __get_user(current->thread.vrsave, in restore_tm_user_regs()
682 if (__get_user(current->thread.spefscr, (u32 __user *)&sr->mc_vregs in restore_tm_user_regs()
688 if (__get_user(msr_hi, &tm_sr->mc_gregs[PT_MSR])) in restore_tm_user_regs()
859 if (__get_user(cmcp, &ucp->uc_regs)) in do_setcontext()
865 if (__get_user(mcp, &ucp->uc_regs)) in do_setcontext()
891 if (__get_user(cmcp, &ucp->uc_regs) || in do_setcontext_tm()
892 __get_user(tm_cmcp, &tm_ucp->uc_regs)) in do_setcontext_tm()
929 if (__get_user(cmcp, &new_ctx->uc_regs)) in COMPAT_SYSCALL_DEFINE3()
932 if (__get_user(new_msr, &mcp->mc_gregs[PT_MSR])) in COMPAT_SYSCALL_DEFINE3()
1036 if (__get_user(tmp, &rt_sf->uc.uc_link)) in COMPAT_SYSCALL_DEFINE0()
1043 if (__get_user(cmcp, &uc_transact->uc_regs)) in COMPAT_SYSCALL_DEFINE0()
1048 if (__get_user(msr_hi, &mcp->mc_gregs[PT_MSR])) in COMPAT_SYSCALL_DEFINE0()
1345 if (__get_user(msr_hi, &tm_mcp->mc_gregs[PT_MSR])) in COMPAT_SYSCALL_DEFINE0()