Home
last modified time | relevance | path

Searched refs:vrs (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/arch/powerpc/kernel/
A Dvecemu.c285 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()
328 vrs[vd].u[i] = ctuxs(vrs[vb].u[i], va, in emulate_altivec()
341 vmaddfp(&vrs[vd], &vrs[va], &vrs[vb], &vrs[vc]); in emulate_altivec()
[all …]
/linux-6.3-rc2/arch/arm/kernel/
A Dunwind.c341 ctrl->vrs[SP] = ctrl->vrs[insn & 0x0f]; in unwind_exec_insn()
347 if (ctrl->vrs[PC] == 0) in unwind_exec_insn()
348 ctrl->vrs[PC] = ctrl->vrs[LR]; in unwind_exec_insn()
373 ctrl->vrs[FP], ctrl->vrs[SP], ctrl->vrs[LR], ctrl->vrs[PC]); in unwind_exec_insn()
414 ctrl.vrs[FP] = frame->fp; in unwind_frame()
417 ctrl.vrs[PC] = 0; in unwind_frame()
474 if ((ctrl.sp_high - ctrl.vrs[SP]) < sizeof(ctrl.vrs)) in unwind_frame()
479 if (ctrl.vrs[SP] < sp_low || ctrl.vrs[SP] > ctrl.sp_high) in unwind_frame()
483 if (ctrl.vrs[PC] == 0) in unwind_frame()
484 ctrl.vrs[PC] = ctrl.vrs[LR]; in unwind_frame()
[all …]
/linux-6.3-rc2/tools/testing/selftests/powerpc/include/
A Dinstructions.h141 #define PSTXSD(vrs, a, r, d) PREFIX_8LS(0xb8000000, vrs, a, r, d) argument
142 #define PSTXSSP(vrs, a, r, d) PREFIX_8LS(0xbc000000, vrs, a, r, d) argument
/linux-6.3-rc2/tools/testing/selftests/kvm/s390x/
A Dresets.c108 TEST_ASSERT(!memcmp(sync_regs->vrs, regs_null, sizeof(sync_regs->vrs)), in assert_clear()
/linux-6.3-rc2/arch/x86/kernel/cpu/mtrr/
A Dgeneric.c448 struct mtrr_var_range *vrs; in get_mtrr_state() local
452 vrs = mtrr_state.var_ranges; in get_mtrr_state()
458 get_mtrr_var_range(i, &vrs[i]); in get_mtrr_state()
/linux-6.3-rc2/arch/s390/include/uapi/asm/
A Dkvm.h261 __u64 vrs[32][2]; /* vector registers (KVM_SYNC_VRS) */ member
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_router.h29 struct mlxsw_sp_vr *vrs; member
A Dspectrum_router.c755 vr = &mlxsw_sp->router->vrs[i]; in mlxsw_sp_vr_find_unused()
801 vr = &mlxsw_sp->router->vrs[i]; in mlxsw_sp_vr_find()
972 vr = &mlxsw_sp->router->vrs[i]; in mlxsw_sp_vrs_lpm_tree_replace()
1012 if (!mlxsw_sp->router->vrs) in mlxsw_sp_vrs_init()
1016 vr = &mlxsw_sp->router->vrs[i]; in mlxsw_sp_vrs_init()
1036 kfree(mlxsw_sp->router->vrs); in mlxsw_sp_vrs_fini()
7304 struct mlxsw_sp_vr *vr = &mlxsw_sp->router->vrs[i]; in mlxsw_sp_router_fib_flush()
8198 vr = &mlxsw_sp->router->vrs[rif->vr_id]; in mlxsw_sp_rif_destroy()
9041 vr = &mlxsw_sp->router->vrs[rif->vr_id]; in mlxsw_sp_router_port_change_event()
9751 ul_vr = &mlxsw_sp->router->vrs[lb_rif->ul_vr_id]; in mlxsw_sp1_rif_ipip_lb_deconfigure()
[all …]
/linux-6.3-rc2/tools/arch/s390/include/uapi/asm/
A Dkvm.h261 __u64 vrs[32][2]; /* vector registers (KVM_SYNC_VRS) */ member
/linux-6.3-rc2/arch/s390/kvm/
A Dkvm-s390.c4179 memset(&regs->vrs, 0, sizeof(regs->vrs)); in kvm_arch_vcpu_ioctl_clear_reset()
4239 convert_fp_to_vx((__vector128 *) vcpu->run->s.regs.vrs, in kvm_arch_vcpu_ioctl_set_fpu()
4257 (__vector128 *) vcpu->run->s.regs.vrs); in kvm_arch_vcpu_ioctl_get_fpu()
4881 current->thread.fpu.regs = vcpu->run->s.regs.vrs; in sync_regs()
5063 convert_vx_to_fp(fprs, (__vector128 *) vcpu->run->s.regs.vrs); in kvm_s390_store_status_unloaded()
A Dinterrupt.c623 if (write_guest_abs(vcpu, ext_sa_addr, vcpu->run->s.regs.vrs, in __write_machine_check()
648 convert_vx_to_fp(fprs, (__vector128 *) vcpu->run->s.regs.vrs); in __write_machine_check()

Completed in 60 milliseconds