Searched refs:vrs (Results 1 – 11 of 11) sorted by relevance
267 vector128 *vrs; in emulate_altivec() local280 vrs = current->thread.vr_state.vr; in emulate_altivec()285 vaddfp(&vrs[vd], &vrs[va], &vrs[vb]); in emulate_altivec()288 vsubfp(&vrs[vd], &vrs[va], &vrs[vb]); in emulate_altivec()291 vrefp(&vrs[vd], &vrs[vb]); in emulate_altivec()294 vrsqrtefp(&vrs[vd], &vrs[vb]); in emulate_altivec()298 vrs[vd].u[i] = eexp2(vrs[vb].u[i]); in emulate_altivec()302 vrs[vd].u[i] = elog2(vrs[vb].u[i]); in emulate_altivec()306 vrs[vd].u[i] = rfin(vrs[vb].u[i]); in emulate_altivec()310 vrs[vd].u[i] = rfiz(vrs[vb].u[i]); in emulate_altivec()[all …]
55 unsigned long vrs[16]; /* virtual register set */ member242 ctrl->vrs[reg] = READ_ONCE_NOCHECK(*(*vsp)); in unwind_pop_register()253 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_subset_r4_to_r13()265 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_subset_r4_to_r13()274 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_r4_to_rN()286 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_r4_to_rN()294 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_subset_r0_to_r3()305 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_subset_r0_to_r3()321 ctrl->vrs[SP] += ((insn & 0x3f) << 2) + 4; in unwind_exec_insn()323 ctrl->vrs[SP] -= ((insn & 0x3f) << 2) + 4; in unwind_exec_insn()[all …]
141 #define PSTXSD(vrs, a, r, d) PREFIX_8LS(0xb8000000, vrs, a, r, d) argument142 #define PSTXSSP(vrs, a, r, d) PREFIX_8LS(0xbc000000, vrs, a, r, d) argument
108 TEST_ASSERT(!memcmp(sync_regs->vrs, regs_null, sizeof(sync_regs->vrs)), in assert_clear()
464 struct mtrr_var_range *vrs; in get_mtrr_state() local468 vrs = mtrr_state.var_ranges; in get_mtrr_state()474 get_mtrr_var_range(i, &vrs[i]); in get_mtrr_state()
261 __u64 vrs[32][2]; /* vector registers (KVM_SYNC_VRS) */ member
25 struct mlxsw_sp_vr *vrs; member
752 vr = &mlxsw_sp->router->vrs[i]; in mlxsw_sp_vr_find_unused()798 vr = &mlxsw_sp->router->vrs[i]; in mlxsw_sp_vr_find()969 vr = &mlxsw_sp->router->vrs[i]; in mlxsw_sp_vrs_lpm_tree_replace()1007 mlxsw_sp->router->vrs = kcalloc(max_vrs, sizeof(struct mlxsw_sp_vr), in mlxsw_sp_vrs_init()1009 if (!mlxsw_sp->router->vrs) in mlxsw_sp_vrs_init()1013 vr = &mlxsw_sp->router->vrs[i]; in mlxsw_sp_vrs_init()1033 kfree(mlxsw_sp->router->vrs); in mlxsw_sp_vrs_fini()7300 struct mlxsw_sp_vr *vr = &mlxsw_sp->router->vrs[i]; in mlxsw_sp_router_fib_flush()8181 vr = &mlxsw_sp->router->vrs[rif->vr_id]; in mlxsw_sp_rif_destroy()9023 vr = &mlxsw_sp->router->vrs[rif->vr_id]; in mlxsw_sp_router_port_change_event()[all …]
4083 memset(®s->vrs, 0, sizeof(regs->vrs)); in kvm_arch_vcpu_ioctl_clear_reset()4143 convert_fp_to_vx((__vector128 *) vcpu->run->s.regs.vrs, in kvm_arch_vcpu_ioctl_set_fpu()4161 (__vector128 *) vcpu->run->s.regs.vrs); in kvm_arch_vcpu_ioctl_get_fpu()4785 current->thread.fpu.regs = vcpu->run->s.regs.vrs; in sync_regs()4967 convert_vx_to_fp(fprs, (__vector128 *) vcpu->run->s.regs.vrs); in kvm_s390_store_status_unloaded()
624 if (write_guest_abs(vcpu, ext_sa_addr, vcpu->run->s.regs.vrs, in __write_machine_check()649 convert_vx_to_fp(fprs, (__vector128 *) vcpu->run->s.regs.vrs); in __write_machine_check()