Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dvecemu.c274 vrs = current->thread.vr_state.vr; in emulate_altivec()
323 &current->thread.vr_state.vscr.u[3]); in emulate_altivec()
328 &current->thread.vr_state.vscr.u[3]); in emulate_altivec()
Dsignal_64.c105 err |= __copy_to_user(v_regs, &current->thread.vr_state, in setup_sigcontext()
211 err |= __copy_to_user(v_regs, &current->thread.vr_state, in setup_tm_sigcontexts()
222 &current->thread.vr_state, in setup_tm_sigcontexts()
365 err |= __copy_from_user(&current->thread.vr_state, v_regs, in restore_sigcontext()
368 memset(&current->thread.vr_state, 0, 33 * sizeof(vector128)); in restore_sigcontext()
484 err |= __copy_from_user(&current->thread.vr_state, v_regs, in restore_tm_sigcontexts()
490 memset(&current->thread.vr_state, 0, 33 * sizeof(vector128)); in restore_tm_sigcontexts()
Dsignal_32.c425 if (__copy_to_user(&frame->mc_vregs, &current->thread.vr_state, in save_user_regs()
549 if (__copy_to_user(&frame->mc_vregs, &current->thread.vr_state, in save_tm_user_regs()
559 &current->thread.vr_state, in save_tm_user_regs()
707 if (__copy_from_user(&current->thread.vr_state, &sr->mc_vregs, in restore_user_regs()
711 memset(&current->thread.vr_state, 0, in restore_user_regs()
814 if (__copy_from_user(&current->thread.vr_state, &sr->mc_vregs, in restore_tm_user_regs()
821 memset(&current->thread.vr_state, 0, in restore_tm_user_regs()
Dprocess.c551 memcpy(&thr->transact_vr, &thr->vr_state, in tm_reclaim_thread()
738 load_vr_state(&current->thread.vr_state); in restore_tm_state()
1310 memset(&current->thread.vr_state, 0, sizeof(current->thread.vr_state)); in start_thread()
1311 current->thread.vr_state.vscr.u[3] = 0x00010000; /* Java mode disabled */ in start_thread()
Dptrace.c447 &target->thread.vr_state, 0, in vr_get()
478 &target->thread.vr_state, 0, in vr_set()
Dalign.c693 ptr = (char *) &current->thread.vr_state.vr[reg - 32]; in emulate_vsx()
Dasm-offsets.c98 DEFINE(THREAD_VRSTATE, offsetof(struct thread_struct, vr_state)); in main()
Dtraps.c1705 current->thread.vr_state.vscr.u[3] |= 0x10000; in altivec_assist_exception()
/arch/powerpc/include/asm/
Dprocessor.h246 struct thread_vr_state vr_state; member