Home
last modified time | relevance | path

Searched refs:vr_state (Results 1 – 9 of 9) sorted by relevance

/arch/powerpc/kernel/
Dvecemu.c275 vrs = current->thread.vr_state.vr; in emulate_altivec()
324 &current->thread.vr_state.vscr.u[3]); in emulate_altivec()
329 &current->thread.vr_state.vscr.u[3]); in emulate_altivec()
Dsignal_64.c123 err |= __copy_to_user(v_regs, &tsk->thread.vr_state, in setup_sigcontext()
238 &tsk->thread.vr_state, in setup_tm_sigcontexts()
378 err |= __copy_from_user(&tsk->thread.vr_state, v_regs, in restore_sigcontext()
382 memset(&tsk->thread.vr_state, 0, 33 * sizeof(vector128)); in restore_sigcontext()
499 err |= __copy_from_user(&tsk->thread.vr_state, tm_v_regs, in restore_tm_sigcontexts()
504 memset(&tsk->thread.vr_state, 0, 33 * sizeof(vector128)); in restore_tm_sigcontexts()
583 load_vr_state(&tsk->thread.vr_state); in restore_tm_sigcontexts()
Dsignal_32.c426 if (__copy_to_user(&frame->mc_vregs, &current->thread.vr_state, in save_user_regs()
551 &current->thread.vr_state, in save_tm_user_regs()
694 if (__copy_from_user(&current->thread.vr_state, &sr->mc_vregs, in restore_user_regs()
699 memset(&current->thread.vr_state, 0, in restore_user_regs()
797 __copy_from_user(&current->thread.vr_state, in restore_tm_user_regs()
803 memset(&current->thread.vr_state, 0, in restore_tm_user_regs()
905 load_vr_state(&current->thread.vr_state); in restore_tm_user_regs()
Dprocess.c318 load_vr_state(&tsk->thread.vr_state); in restore_altivec()
872 memcpy(&thr->ckvr_state, &thr->vr_state, in tm_reclaim_thread()
1689 memset(&current->thread.vr_state, 0, sizeof(current->thread.vr_state)); in start_thread()
1690 current->thread.vr_state.vscr.u[3] = 0x00010000; /* Java mode disabled */ in start_thread()
Dtraps.c1521 load_vr_state(&current->thread.vr_state); in fp_unavailable_tm()
1587 load_vr_state(&current->thread.vr_state); in vsx_unavailable_tm()
1765 current->thread.vr_state.vscr.u[3] |= 0x10000; in altivec_assist_exception()
Dasm-offsets.c108 OFFSET(THREAD_VRSTATE, thread_struct, vr_state.vr); in main()
Dptrace.c544 &target->thread.vr_state, 0, in vr_get()
594 &target->thread.vr_state, 0, in vr_set()
/arch/powerpc/include/asm/
Dprocessor.h271 struct thread_vr_state vr_state; member
/arch/powerpc/lib/
Dsstep.c581 current->thread.vr_state.vr[rn] = u.v; in do_vec_load()
604 u.v = current->thread.vr_state.vr[rn]; in do_vec_store()
844 current->thread.vr_state.vr[reg - 32] = buf.v; in do_vsx_load()
875 buf.v = current->thread.vr_state.vr[reg - 32]; in do_vsx_store()