Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dsignal_64.c246 err |= __copy_to_user(v_regs, &tsk->thread.ckvr_state, in setup_tm_sigcontexts()
257 &tsk->thread.ckvr_state, in setup_tm_sigcontexts()
519 err |= __copy_from_user(&tsk->thread.ckvr_state, v_regs, in restore_tm_sigcontexts()
527 memset(&tsk->thread.ckvr_state, 0, 33 * sizeof(vector128)); in restore_tm_sigcontexts()
H A Dsignal_32.c386 unsafe_copy_to_user(&frame->mc_vregs, &current->thread.ckvr_state, in save_tm_user_regs_unsafe()
394 &current->thread.ckvr_state, in save_tm_user_regs_unsafe()
601 unsafe_copy_from_user(&current->thread.ckvr_state, &sr->mc_vregs, in restore_tm_user_regs()
607 memset(&current->thread.ckvr_state, 0, in restore_tm_user_regs()
H A Dasm-offsets.c167 OFFSET(THREAD_CKVRSTATE, thread_struct, ckvr_state.vr); in main()
H A Dprocess.c973 memcpy(&thr->ckvr_state, &thr->vr_state, in tm_reclaim_thread()
/openbmc/linux/arch/powerpc/kernel/ptrace/
H 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()
/openbmc/linux/arch/powerpc/include/asm/
H A Dprocessor.h223 struct thread_vr_state ckvr_state; /* Checkpointed VR state */ member