• Home
  • Raw
  • Download

Lines Matching refs:__get_user

136 		if (__get_user(gregs[i], &sr->mc_gregs[i]))  in restore_general_regs()
652 err |= __get_user(msr, &sr->mc_gregs[PT_MSR]); in restore_user_regs()
679 if (__get_user(current->thread.vrsave, (u32 __user *)&sr->mc_vregs[32])) in restore_user_regs()
725 if (__get_user(current->thread.spefscr, (u32 __user *)&sr->mc_vregs + ELF_NEVRREG)) in restore_user_regs()
760 err |= __get_user(current->thread.tm_tfhar, &sr->mc_gregs[PT_NIP]); in restore_tm_user_regs()
762 err |= __get_user(msr, &sr->mc_gregs[PT_MSR]); in restore_tm_user_regs()
788 if (__get_user(current->thread.ckvrsave, in restore_tm_user_regs()
790 __get_user(current->thread.vrsave, in restore_tm_user_regs()
835 if (__get_user(current->thread.spefscr, (u32 __user *)&sr->mc_vregs in restore_tm_user_regs()
841 if (__get_user(msr_hi, &tm_sr->mc_gregs[PT_MSR])) in restore_tm_user_regs()
1008 if (__get_user(cmcp, &ucp->uc_regs)) in do_setcontext()
1014 if (__get_user(mcp, &ucp->uc_regs)) in do_setcontext()
1040 if (__get_user(cmcp, &ucp->uc_regs) || in do_setcontext_tm()
1041 __get_user(tm_cmcp, &tm_ucp->uc_regs)) in do_setcontext_tm()
1078 if (__get_user(cmcp, &new_ctx->uc_regs)) in COMPAT_SYSCALL_DEFINE3()
1081 if (__get_user(new_msr, &mcp->mc_gregs[PT_MSR])) in COMPAT_SYSCALL_DEFINE3()
1185 if (__get_user(tmp, &rt_sf->uc.uc_link)) in COMPAT_SYSCALL_DEFINE0()
1192 if (__get_user(cmcp, &uc_transact->uc_regs)) in COMPAT_SYSCALL_DEFINE0()
1197 if (__get_user(msr_hi, &mcp->mc_gregs[PT_MSR])) in COMPAT_SYSCALL_DEFINE0()
1490 if (__get_user(msr_hi, &tm_mcp->mc_gregs[PT_MSR])) in COMPAT_SYSCALL_DEFINE0()