Searched refs:vscr (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-altivec.c11 * Get/set all the altivec registers vr0..vr31, vscr, vrsave, in one go.
13 * corresponding vector registers. Quadword 32 contains the vscr as the
39 * vector128 vscr;
53 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) !=
75 * vector128 vscr;
87 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) !=
H A Dptrace-tm.c338 * vector128 vscr;
349 BUILD_BUG_ON(TVSO(vscr) != TVSO(vr[32]));
389 * vector128 vscr;
399 BUILD_BUG_ON(TVSO(vscr) != TVSO(vr[32]));
/linux-master/arch/powerpc/kernel/
H A Dvecemu.c329 &current->thread.vr_state.vscr.u[3]);
334 &current->thread.vr_state.vscr.u[3]);
H A Dasm-offsets.c117 OFFSET(VRSTATE_VSCR, thread_vr_state, vscr);
H A Dprocess.c1980 current->thread.vr_state.vscr.u[3] = 0x00010000; /* Java mode disabled */
H A Dtraps.c2128 current->thread.vr_state.vscr.u[3] |= 0x10000;
/linux-master/arch/powerpc/include/asm/
H A Dprocessor.h91 vector128 vscr __attribute__((aligned(16))); member in struct:thread_vr_state
H A Dkvm_book3s.h539 return vcpu->arch.vr.vscr.u[3];
544 vcpu->arch.vr.vscr.u[3] = val;
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_nestedv2.c334 vcpu->arch.vr.vscr.u[3]);
563 vcpu->arch.vr.vscr.u[3] = kvmppc_gse_get_u32(gse);
H A Dbook3s_pr.c1617 *val = get_reg_val(id, vcpu->arch.vr_tm.vscr.u[3]);
1716 vcpu->arch.vr.vscr.u[3] = set_reg_val(id, *val);
H A Dbook3s_hv.c2461 *val = get_reg_val(id, vcpu->arch.vr_tm.vscr.u[3]);
2734 vcpu->arch.vr.vscr.u[3] = set_reg_val(id, *val);

Completed in 211 milliseconds