Home
last modified time | relevance | path

Searched refs:vr_state (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-altivec.c56 membuf_write(&to, &target->thread.vr_state, 33 * sizeof(vector128)); in vr_get()
91 &target->thread.vr_state, 0, in vr_set()
/linux/arch/powerpc/kernel/
H A Dsignal_64.c142 unsafe_copy_to_user(v_regs, &tsk->thread.vr_state, in __unsafe_setup_sigcontext()
253 &tsk->thread.vr_state, in setup_tm_sigcontexts()
395 unsafe_copy_from_user(&tsk->thread.vr_state, v_regs, in __unsafe_restore_sigcontext()
399 memset(&tsk->thread.vr_state, 0, 33 * sizeof(vector128)); in __unsafe_restore_sigcontext()
521 err |= __copy_from_user(&tsk->thread.vr_state, tm_v_regs, in restore_tm_sigcontexts()
526 memset(&tsk->thread.vr_state, 0, 33 * sizeof(vector128)); in restore_tm_sigcontexts()
605 load_vr_state(&tsk->thread.vr_state); in restore_tm_sigcontexts()
H A Dvecemu.c280 vrs = current->thread.vr_state.vr; in emulate_altivec()
329 &current->thread.vr_state.vscr.u[3]); in emulate_altivec()
334 &current->thread.vr_state.vscr.u[3]); in emulate_altivec()
H A Dsignal_32.c279 unsafe_copy_to_user(&frame->mc_vregs, &current->thread.vr_state, in __unsafe_save_user_regs()
390 &current->thread.vr_state, in save_tm_user_regs_unsafe()
501 unsafe_copy_from_user(&current->thread.vr_state, &sr->mc_vregs, in restore_user_regs()
505 memset(&current->thread.vr_state, 0, in restore_user_regs()
605 memset(&current->thread.vr_state, 0, in restore_tm_user_regs()
644 unsafe_copy_from_user(&current->thread.vr_state, &tm_sr->mc_vregs, in restore_tm_user_regs()
706 load_vr_state(&current->thread.vr_state); in restore_tm_user_regs()
/linux/arch/powerpc/include/asm/
H A Dprocessor.h182 struct thread_vr_state vr_state; member