Searched refs:vr_state (Results 1 – 9 of 9) sorted by relevance
/arch/powerpc/kernel/ |
D | vecemu.c | 275 vrs = current->thread.vr_state.vr; in emulate_altivec() 324 ¤t->thread.vr_state.vscr.u[3]); in emulate_altivec() 329 ¤t->thread.vr_state.vscr.u[3]); in emulate_altivec()
|
D | signal_64.c | 123 err |= __copy_to_user(v_regs, &tsk->thread.vr_state, in setup_sigcontext() 238 &tsk->thread.vr_state, in setup_tm_sigcontexts() 378 err |= __copy_from_user(&tsk->thread.vr_state, v_regs, in restore_sigcontext() 382 memset(&tsk->thread.vr_state, 0, 33 * sizeof(vector128)); in restore_sigcontext() 499 err |= __copy_from_user(&tsk->thread.vr_state, tm_v_regs, in restore_tm_sigcontexts() 504 memset(&tsk->thread.vr_state, 0, 33 * sizeof(vector128)); in restore_tm_sigcontexts() 583 load_vr_state(&tsk->thread.vr_state); in restore_tm_sigcontexts()
|
D | signal_32.c | 426 if (__copy_to_user(&frame->mc_vregs, ¤t->thread.vr_state, in save_user_regs() 551 ¤t->thread.vr_state, in save_tm_user_regs() 694 if (__copy_from_user(¤t->thread.vr_state, &sr->mc_vregs, in restore_user_regs() 699 memset(¤t->thread.vr_state, 0, in restore_user_regs() 797 __copy_from_user(¤t->thread.vr_state, in restore_tm_user_regs() 803 memset(¤t->thread.vr_state, 0, in restore_tm_user_regs() 905 load_vr_state(¤t->thread.vr_state); in restore_tm_user_regs()
|
D | process.c | 318 load_vr_state(&tsk->thread.vr_state); in restore_altivec() 872 memcpy(&thr->ckvr_state, &thr->vr_state, in tm_reclaim_thread() 1689 memset(¤t->thread.vr_state, 0, sizeof(current->thread.vr_state)); in start_thread() 1690 current->thread.vr_state.vscr.u[3] = 0x00010000; /* Java mode disabled */ in start_thread()
|
D | traps.c | 1521 load_vr_state(¤t->thread.vr_state); in fp_unavailable_tm() 1587 load_vr_state(¤t->thread.vr_state); in vsx_unavailable_tm() 1765 current->thread.vr_state.vscr.u[3] |= 0x10000; in altivec_assist_exception()
|
D | asm-offsets.c | 108 OFFSET(THREAD_VRSTATE, thread_struct, vr_state.vr); in main()
|
D | ptrace.c | 544 &target->thread.vr_state, 0, in vr_get() 594 &target->thread.vr_state, 0, in vr_set()
|
/arch/powerpc/include/asm/ |
D | processor.h | 271 struct thread_vr_state vr_state; member
|
/arch/powerpc/lib/ |
D | sstep.c | 581 current->thread.vr_state.vr[rn] = u.v; in do_vec_load() 604 u.v = current->thread.vr_state.vr[rn]; in do_vec_store() 844 current->thread.vr_state.vr[reg - 32] = buf.v; in do_vsx_load() 875 buf.v = current->thread.vr_state.vr[reg - 32]; in do_vsx_store()
|