Searched refs:ckvr_state (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Dsignal_64.c246 err |= __copy_to_user(v_regs, &tsk->thread.ckvr_state,
257 &tsk->thread.ckvr_state,
519 err |= __copy_from_user(&tsk->thread.ckvr_state, v_regs,
527 memset(&tsk->thread.ckvr_state, 0, 33 * sizeof(vector128));
H A Dsignal_32.c386 unsafe_copy_to_user(&frame->mc_vregs, &current->thread.ckvr_state,
394 &current->thread.ckvr_state,
601 unsafe_copy_from_user(&current->thread.ckvr_state, &sr->mc_vregs,
607 memset(&current->thread.ckvr_state, 0,
H A Dasm-offsets.c167 OFFSET(THREAD_CKVRSTATE, thread_struct, ckvr_state.vr);
H A Dprocess.c973 memcpy(&thr->ckvr_state, &thr->vr_state,
991 * ckvr_state
/linux-master/arch/powerpc/include/asm/
H A Dprocessor.h223 struct thread_vr_state ckvr_state; /* Checkpointed VR state */ member in struct:thread_struct
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-tm.c331 * When the transaction is active 'ckvr_state' and 'ckvrsave' hold
362 membuf_write(&to, &target->thread.ckvr_state, 33 * sizeof(vector128));
382 * When the transaction is active 'ckvr_state' and 'ckvrsave' hold
411 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &target->thread.ckvr_state,

Completed in 283 milliseconds