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

/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-altivec.c30 * Regardless of transactions, 'vr_state' holds the current running
56 membuf_write(&to, &target->thread.vr_state, 33 * sizeof(vector128));
66 * Regardless of transactions, 'vr_state' holds the current running
91 &target->thread.vr_state, 0,
/linux-master/arch/powerpc/kernel/
H A Dvecemu.c280 vrs = current->thread.vr_state.vr;
329 &current->thread.vr_state.vscr.u[3]);
334 &current->thread.vr_state.vscr.u[3]);
H A Dsignal_64.c142 unsafe_copy_to_user(v_regs, &tsk->thread.vr_state,
253 &tsk->thread.vr_state,
395 unsafe_copy_from_user(&tsk->thread.vr_state, v_regs,
399 memset(&tsk->thread.vr_state, 0, 33 * sizeof(vector128));
521 err |= __copy_from_user(&tsk->thread.vr_state, tm_v_regs,
526 memset(&tsk->thread.vr_state, 0, 33 * sizeof(vector128));
605 load_vr_state(&tsk->thread.vr_state);
H A Dsignal_32.c279 unsafe_copy_to_user(&frame->mc_vregs, &current->thread.vr_state,
390 &current->thread.vr_state,
501 unsafe_copy_from_user(&current->thread.vr_state, &sr->mc_vregs,
505 memset(&current->thread.vr_state, 0,
605 memset(&current->thread.vr_state, 0,
644 unsafe_copy_from_user(&current->thread.vr_state, &tm_sr->mc_vregs,
706 load_vr_state(&current->thread.vr_state);
H A Dprocess.c484 load_vr_state(&current->thread.vr_state);
973 memcpy(&thr->ckvr_state, &thr->vr_state,
1979 memset(&current->thread.vr_state, 0, sizeof(current->thread.vr_state));
1980 current->thread.vr_state.vscr.u[3] = 0x00010000; /* Java mode disabled */
H A Dtraps.c926 vdst = (u8 *)&current->thread.vr_state.vr[t];
2128 current->thread.vr_state.vscr.u[3] |= 0x10000;
H A Dasm-offsets.c114 OFFSET(THREAD_VRSTATE, thread_struct, vr_state.vr);
/linux-master/arch/powerpc/include/asm/
H A Dprocessor.h182 struct thread_vr_state vr_state; member in struct:thread_struct
/linux-master/arch/powerpc/lib/
H A Dsstep.c703 current->thread.vr_state.vr[rn] = u.v;
729 u.v = current->thread.vr_state.vr[rn];
1000 current->thread.vr_state.vr[reg - 32 + i] = buf[j].v;
1046 buf[j].v = current->thread.vr_state.vr[reg - 32 + i];

Completed in 210 milliseconds