Searched refs:vscr (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/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 | 561 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_get() 611 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_set() 1126 BUILD_BUG_ON(TVSO(vscr) != TVSO(vr[32])); in tm_cvmx_get() 1188 BUILD_BUG_ON(TVSO(vscr) != TVSO(vr[32])); in tm_cvmx_set()
|
| D | asm-offsets.c | 120 OFFSET(VRSTATE_VSCR, thread_vr_state, vscr); in main()
|
| D | process.c | 1795 current->thread.vr_state.vscr.u[3] = 0x00010000; /* Java mode disabled */ in start_thread()
|
| D | traps.c | 2060 current->thread.vr_state.vscr.u[3] |= 0x10000; in altivec_assist_exception()
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | processor.h | 102 vector128 vscr __attribute__((aligned(16))); member
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | book3s_pr.c | 1593 *val = get_reg_val(id, vcpu->arch.vr_tm.vscr.u[3]); in kvmppc_get_one_reg_pr() 1692 vcpu->arch.vr.vscr.u[3] = set_reg_val(id, *val); in kvmppc_set_one_reg_pr()
|
| D | powerpc.c | 1698 val = get_reg_val(reg->id, vcpu->arch.vr.vscr.u[3]); in kvm_vcpu_ioctl_get_one_reg() 1749 vcpu->arch.vr.vscr.u[3] = set_reg_val(reg->id, val); in kvm_vcpu_ioctl_set_one_reg()
|
| D | book3s_hv.c | 1811 *val = get_reg_val(id, vcpu->arch.vr_tm.vscr.u[3]); in kvmppc_get_one_reg_hv() 2040 vcpu->arch.vr.vscr.u[3] = set_reg_val(id, *val); in kvmppc_set_one_reg_hv()
|