Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Dsignal_64.c241 err |= __copy_to_user(v_regs, &tsk->thread.ckvr_state, in setup_tm_sigcontexts()
252 &tsk->thread.ckvr_state, in setup_tm_sigcontexts()
511 err |= __copy_from_user(&tsk->thread.ckvr_state, v_regs, in restore_tm_sigcontexts()
519 memset(&tsk->thread.ckvr_state, 0, 33 * sizeof(vector128)); in restore_tm_sigcontexts()
A Dsignal_32.c378 unsafe_copy_to_user(&frame->mc_vregs, &current->thread.ckvr_state, in save_tm_user_regs_unsafe()
386 &current->thread.ckvr_state, in save_tm_user_regs_unsafe()
588 unsafe_copy_from_user(&current->thread.ckvr_state, &sr->mc_vregs, in restore_tm_user_regs()
594 memset(&current->thread.ckvr_state, 0, in restore_tm_user_regs()
A Dasm-offsets.c166 OFFSET(THREAD_CKVRSTATE, thread_struct, ckvr_state.vr); in main()
A Dprocess.c944 memcpy(&thr->ckvr_state, &thr->vr_state, in tm_reclaim_thread()
/linux/arch/powerpc/kernel/ptrace/
A Dptrace-tm.c362 membuf_write(&to, &target->thread.ckvr_state, 33 * sizeof(vector128)); in tm_cvmx_get()
411 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &target->thread.ckvr_state, in tm_cvmx_set()
/linux/arch/powerpc/include/asm/
A Dprocessor.h223 struct thread_vr_state ckvr_state; /* Checkpointed VR state */ member

Completed in 14 milliseconds