Home
last modified time | relevance | path

Searched refs:vscr (Results 1 – 8 of 8) sorted by relevance

/arch/powerpc/kernel/
Dvecemu.c324 &current->thread.vr_state.vscr.u[3]); in emulate_altivec()
329 &current->thread.vr_state.vscr.u[3]); in emulate_altivec()
Dptrace.c540 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_get()
590 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_set()
1105 BUILD_BUG_ON(TVSO(vscr) != TVSO(vr[32])); in tm_cvmx_get()
1167 BUILD_BUG_ON(TVSO(vscr) != TVSO(vr[32])); in tm_cvmx_set()
Dasm-offsets.c112 OFFSET(VRSTATE_VSCR, thread_vr_state, vscr); in main()
Dtraps.c1765 current->thread.vr_state.vscr.u[3] |= 0x10000; in altivec_assist_exception()
Dprocess.c1690 current->thread.vr_state.vscr.u[3] = 0x00010000; /* Java mode disabled */ in start_thread()
/arch/powerpc/include/asm/
Dprocessor.h190 vector128 vscr __attribute__((aligned(16))); member
/arch/powerpc/kvm/
Dpowerpc.c1348 val = get_reg_val(reg->id, vcpu->arch.vr.vscr.u[3]); in kvm_vcpu_ioctl_get_one_reg()
1399 vcpu->arch.vr.vscr.u[3] = set_reg_val(reg->id, val); in kvm_vcpu_ioctl_set_one_reg()
Dbook3s_hv.c1486 *val = get_reg_val(id, vcpu->arch.vr_tm.vscr.u[3]); in kvmppc_get_one_reg_hv()
1717 vcpu->arch.vr.vscr.u[3] = set_reg_val(id, *val); in kvmppc_set_one_reg_hv()