Searched refs:vscr (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/arch/powerpc/kernel/ |
D | vecemu.c | 325 ¤t->thread.vr_state.vscr.u[3]); in emulate_altivec() 330 ¤t->thread.vr_state.vscr.u[3]); in emulate_altivec()
|
D | ptrace.c | 554 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_get() 601 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_set() 1113 BUILD_BUG_ON(TVSO(vscr) != TVSO(vr[32])); in tm_cvmx_get() 1175 BUILD_BUG_ON(TVSO(vscr) != TVSO(vr[32])); in tm_cvmx_set()
|
D | asm-offsets.c | 112 OFFSET(VRSTATE_VSCR, thread_vr_state, vscr); in main()
|
D | process.c | 1825 current->thread.vr_state.vscr.u[3] = 0x00010000; /* Java mode disabled */ in start_thread()
|
D | traps.c | 1981 current->thread.vr_state.vscr.u[3] |= 0x10000; in altivec_assist_exception()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | processor.h | 202 vector128 vscr __attribute__((aligned(16))); member
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | powerpc.c | 1671 val = get_reg_val(reg->id, vcpu->arch.vr.vscr.u[3]); in kvm_vcpu_ioctl_get_one_reg() 1722 vcpu->arch.vr.vscr.u[3] = set_reg_val(reg->id, val); in kvm_vcpu_ioctl_set_one_reg()
|
D | book3s_pr.c | 1596 *val = get_reg_val(id, vcpu->arch.vr_tm.vscr.u[3]); in kvmppc_get_one_reg_pr() 1695 vcpu->arch.vr.vscr.u[3] = set_reg_val(id, *val); in kvmppc_set_one_reg_pr()
|
D | book3s_hv.c | 1537 *val = get_reg_val(id, vcpu->arch.vr_tm.vscr.u[3]); in kvmppc_get_one_reg_hv() 1763 vcpu->arch.vr.vscr.u[3] = set_reg_val(id, *val); in kvmppc_set_one_reg_hv()
|