Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dvecemu.c323 &current->thread.vr_state.vscr.u[3]); in emulate_altivec()
328 &current->thread.vr_state.vscr.u[3]); in emulate_altivec()
Dptrace.c443 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_get()
474 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_set()
Dprocess.c1316 current->thread.vr_state.vscr.u[3] = 0x00010000; /* Java mode disabled */ in start_thread()
Dtraps.c1742 current->thread.vr_state.vscr.u[3] |= 0x10000; in altivec_assist_exception()
Dasm-offsets.c103 DEFINE(VRSTATE_VSCR, offsetof(struct thread_vr_state, vscr)); in main()
/linux-4.4.14/arch/powerpc/include/asm/
Dprocessor.h167 vector128 vscr __attribute__((aligned(16))); member
/linux-4.4.14/arch/powerpc/kvm/
Dpowerpc.c929 val = get_reg_val(reg->id, vcpu->arch.vr.vscr.u[3]); in kvm_vcpu_ioctl_get_one_reg()
980 vcpu->arch.vr.vscr.u[3] = set_reg_val(reg->id, val); in kvm_vcpu_ioctl_set_one_reg()
Dbook3s_hv.c1209 *val = get_reg_val(id, vcpu->arch.vr_tm.vscr.u[3]); in kvmppc_get_one_reg_hv()
1416 vcpu->arch.vr.vscr.u[3] = set_reg_val(id, *val); in kvmppc_set_one_reg_hv()