Searched refs:vr_state (Results 1 – 9 of 9) sorted by relevance
/linux/arch/powerpc/kernel/ptrace/ |
A D | ptrace-altivec.c | 56 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/ |
A D | signal_64.c | 137 unsafe_copy_to_user(v_regs, &tsk->thread.vr_state, in __unsafe_setup_sigcontext() 248 &tsk->thread.vr_state, in setup_tm_sigcontexts() 387 unsafe_copy_from_user(&tsk->thread.vr_state, v_regs, in __unsafe_restore_sigcontext() 391 memset(&tsk->thread.vr_state, 0, 33 * sizeof(vector128)); in __unsafe_restore_sigcontext() 513 err |= __copy_from_user(&tsk->thread.vr_state, tm_v_regs, in restore_tm_sigcontexts() 518 memset(&tsk->thread.vr_state, 0, 33 * sizeof(vector128)); in restore_tm_sigcontexts() 597 load_vr_state(&tsk->thread.vr_state); in restore_tm_sigcontexts()
|
A D | vecemu.c | 280 vrs = current->thread.vr_state.vr; in emulate_altivec() 329 ¤t->thread.vr_state.vscr.u[3]); in emulate_altivec() 334 ¤t->thread.vr_state.vscr.u[3]); in emulate_altivec()
|
A D | signal_32.c | 272 unsafe_copy_to_user(&frame->mc_vregs, ¤t->thread.vr_state, in __unsafe_save_user_regs() 382 ¤t->thread.vr_state, in save_tm_user_regs_unsafe() 492 unsafe_copy_from_user(¤t->thread.vr_state, &sr->mc_vregs, in restore_user_regs() 496 memset(¤t->thread.vr_state, 0, in restore_user_regs() 592 memset(¤t->thread.vr_state, 0, in restore_tm_user_regs() 631 unsafe_copy_from_user(¤t->thread.vr_state, &tm_sr->mc_vregs, in restore_tm_user_regs() 693 load_vr_state(¤t->thread.vr_state); in restore_tm_user_regs()
|
A D | process.c | 487 load_vr_state(¤t->thread.vr_state); in do_restore_altivec() 944 memcpy(&thr->ckvr_state, &thr->vr_state, in tm_reclaim_thread() 1891 memset(¤t->thread.vr_state, 0, sizeof(current->thread.vr_state)); in start_thread() 1892 current->thread.vr_state.vscr.u[3] = 0x00010000; /* Java mode disabled */ in start_thread()
|
A D | traps.c | 910 vdst = (u8 *)¤t->thread.vr_state.vr[t]; in p9_hmi_special_emu() 2081 current->thread.vr_state.vscr.u[3] |= 0x10000; in DEFINE_INTERRUPT_HANDLER()
|
A D | asm-offsets.c | 114 OFFSET(THREAD_VRSTATE, thread_struct, vr_state.vr); in main()
|
/linux/arch/powerpc/include/asm/ |
A D | processor.h | 184 struct thread_vr_state vr_state; member
|
/linux/arch/powerpc/lib/ |
A D | sstep.c | 701 current->thread.vr_state.vr[rn] = u.v; in do_vec_load() 724 u.v = current->thread.vr_state.vr[rn]; in do_vec_store() 995 current->thread.vr_state.vr[reg - 32 + i] = buf[j].v; in do_vsx_load() 1041 buf[j].v = current->thread.vr_state.vr[reg - 32 + i]; in do_vsx_store()
|
Completed in 21 milliseconds