Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/kernel/
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()
A Dsignal_32.c384 unsafe_copy_to_user(&frame->mc_vregs, &current->thread.ckvr_state, in save_tm_user_regs_unsafe()
392 &current->thread.ckvr_state, in save_tm_user_regs_unsafe()
598 unsafe_copy_from_user(&current->thread.ckvr_state, &sr->mc_vregs, in restore_tm_user_regs()
604 memset(&current->thread.ckvr_state, 0, in restore_tm_user_regs()
A Dasm-offsets.c167 OFFSET(THREAD_CKVRSTATE, thread_struct, ckvr_state.vr); in main()
A Dprocess.c973 memcpy(&thr->ckvr_state, &thr->vr_state, in tm_reclaim_thread()
/linux-6.3-rc2/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-6.3-rc2/arch/powerpc/include/asm/
A Dprocessor.h228 struct thread_vr_state ckvr_state; /* Checkpointed VR state */ member

Completed in 16 milliseconds