Searched refs:vr_state (Results 1 – 9 of 9) sorted by relevance
/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 | 105 err |= __copy_to_user(v_regs, ¤t->thread.vr_state, in setup_sigcontext() 211 err |= __copy_to_user(v_regs, ¤t->thread.vr_state, in setup_tm_sigcontexts() 222 ¤t->thread.vr_state, in setup_tm_sigcontexts() 365 err |= __copy_from_user(¤t->thread.vr_state, v_regs, in restore_sigcontext() 368 memset(¤t->thread.vr_state, 0, 33 * sizeof(vector128)); in restore_sigcontext() 484 err |= __copy_from_user(¤t->thread.vr_state, v_regs, in restore_tm_sigcontexts() 490 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 | 551 memcpy(&thr->transact_vr, &thr->vr_state, in tm_reclaim_thread() 738 load_vr_state(¤t->thread.vr_state); in restore_tm_state() 1310 memset(¤t->thread.vr_state, 0, sizeof(current->thread.vr_state)); in start_thread() 1311 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 | 693 ptr = (char *) ¤t->thread.vr_state.vr[reg - 32]; in emulate_vsx()
|
D | asm-offsets.c | 98 DEFINE(THREAD_VRSTATE, offsetof(struct thread_struct, vr_state)); in main()
|
D | traps.c | 1705 current->thread.vr_state.vscr.u[3] |= 0x10000; in altivec_assist_exception()
|
/arch/powerpc/include/asm/ |
D | processor.h | 246 struct thread_vr_state vr_state; member
|