Searched refs:vr_state (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/powerpc/kernel/ |
D | vecemu.c | 274 vrs = current->thread.vr_state.vr; in emulate_altivec() 323 ¤t->thread.vr_state.vscr.u[3]); in emulate_altivec() 328 ¤t->thread.vr_state.vscr.u[3]); in emulate_altivec()
|
D | signal_64.c | 118 err |= __copy_to_user(v_regs, ¤t->thread.vr_state, in setup_sigcontext() 222 err |= __copy_to_user(v_regs, ¤t->thread.vr_state, in setup_tm_sigcontexts() 233 ¤t->thread.vr_state, in setup_tm_sigcontexts() 376 err |= __copy_from_user(¤t->thread.vr_state, v_regs, in restore_sigcontext() 379 memset(¤t->thread.vr_state, 0, 33 * sizeof(vector128)); in restore_sigcontext() 499 err |= __copy_from_user(¤t->thread.vr_state, v_regs, in restore_tm_sigcontexts() 505 memset(¤t->thread.vr_state, 0, 33 * sizeof(vector128)); in restore_tm_sigcontexts()
|
D | signal_32.c | 425 if (__copy_to_user(&frame->mc_vregs, ¤t->thread.vr_state, in save_user_regs() 549 if (__copy_to_user(&frame->mc_vregs, ¤t->thread.vr_state, in save_tm_user_regs() 559 ¤t->thread.vr_state, in save_tm_user_regs() 707 if (__copy_from_user(¤t->thread.vr_state, &sr->mc_vregs, in restore_user_regs() 711 memset(¤t->thread.vr_state, 0, in restore_user_regs() 814 if (__copy_from_user(¤t->thread.vr_state, &sr->mc_vregs, in restore_tm_user_regs() 821 memset(¤t->thread.vr_state, 0, in restore_tm_user_regs()
|
D | process.c | 548 memcpy(&thr->transact_vr, &thr->vr_state, in tm_reclaim_thread() 753 load_vr_state(¤t->thread.vr_state); in restore_tm_state() 1315 memset(¤t->thread.vr_state, 0, sizeof(current->thread.vr_state)); in start_thread() 1316 current->thread.vr_state.vscr.u[3] = 0x00010000; /* Java mode disabled */ in start_thread()
|
D | ptrace.c | 447 &target->thread.vr_state, 0, in vr_get() 478 &target->thread.vr_state, 0, in vr_set()
|
D | align.c | 664 ptr = (char *) ¤t->thread.vr_state.vr[reg - 32]; in emulate_vsx()
|
D | traps.c | 1742 current->thread.vr_state.vscr.u[3] |= 0x10000; in altivec_assist_exception()
|
D | asm-offsets.c | 99 DEFINE(THREAD_VRSTATE, offsetof(struct thread_struct, vr_state)); in main()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | processor.h | 246 struct thread_vr_state vr_state; member
|