Home
last modified time | relevance | path

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

/linux/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/arch/arm/kernel/
A Dunwind.c334 ctrl->vrs[SP] = ctrl->vrs[insn & 0x0f]; in unwind_exec_insn()
340 if (ctrl->vrs[PC] == 0) in unwind_exec_insn()
341 ctrl->vrs[PC] = ctrl->vrs[LR]; in unwind_exec_insn()
366 ctrl->vrs[FP], ctrl->vrs[SP], ctrl->vrs[LR], ctrl->vrs[PC]); in unwind_exec_insn()
398 ctrl.vrs[FP] = frame->fp; in unwind_frame()
401 ctrl.vrs[PC] = 0; in unwind_frame()
435 if ((ctrl.sp_high - ctrl.vrs[SP]) < sizeof(ctrl.vrs)) in unwind_frame()
440 if (ctrl.vrs[SP] < low || ctrl.vrs[SP] >= ctrl.sp_high) in unwind_frame()
444 if (ctrl.vrs[PC] == 0) in unwind_frame()
445 ctrl.vrs[PC] = ctrl.vrs[LR]; in unwind_frame()
[all …]
/linux/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/tools/testing/selftests/kvm/s390x/
A Dresets.c111 TEST_ASSERT(!memcmp(sync_regs->vrs, regs_null, sizeof(sync_regs->vrs)), in assert_clear()
/linux/arch/x86/kernel/cpu/mtrr/
A Dgeneric.c464 struct mtrr_var_range *vrs; in get_mtrr_state() local
468 vrs = mtrr_state.var_ranges; in get_mtrr_state()
474 get_mtrr_var_range(i, &vrs[i]); in get_mtrr_state()
/linux/tools/arch/s390/include/uapi/asm/
A Dkvm.h260 __u64 vrs[32][2]; /* vector registers (KVM_SYNC_VRS) */ member
/linux/arch/s390/include/uapi/asm/
A Dkvm.h260 __u64 vrs[32][2]; /* vector registers (KVM_SYNC_VRS) */ member
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_router.h45 struct mlxsw_sp_vr *vrs; member
A Dspectrum_router.c783 vr = &mlxsw_sp->router->vrs[i]; in mlxsw_sp_vr_find_unused()
829 vr = &mlxsw_sp->router->vrs[i]; in mlxsw_sp_vr_find()
1000 vr = &mlxsw_sp->router->vrs[i]; in mlxsw_sp_vrs_lpm_tree_replace()
1040 if (!mlxsw_sp->router->vrs) in mlxsw_sp_vrs_init()
1044 vr = &mlxsw_sp->router->vrs[i]; in mlxsw_sp_vrs_init()
1064 kfree(mlxsw_sp->router->vrs); in mlxsw_sp_vrs_fini()
7475 struct mlxsw_sp_vr *vr = &mlxsw_sp->router->vrs[i]; in mlxsw_sp_router_fib_flush()
8238 vr = &mlxsw_sp->router->vrs[rif->vr_id]; in mlxsw_sp_rif_destroy()
9070 vr = &mlxsw_sp->router->vrs[rif->vr_id]; in mlxsw_sp_router_port_change_event()
9555 ul_vr = &mlxsw_sp->router->vrs[lb_rif->ul_vr_id]; in mlxsw_sp1_rif_ipip_lb_deconfigure()
[all …]
/linux/arch/s390/kvm/
A Dkvm-s390.c3632 memset(&regs->vrs, 0, sizeof(regs->vrs)); in kvm_arch_vcpu_ioctl_clear_reset()
3692 convert_fp_to_vx((__vector128 *) vcpu->run->s.regs.vrs, in kvm_arch_vcpu_ioctl_set_fpu()
3710 (__vector128 *) vcpu->run->s.regs.vrs); in kvm_arch_vcpu_ioctl_get_fpu()
4330 current->thread.fpu.regs = vcpu->run->s.regs.vrs; in sync_regs()
4503 convert_vx_to_fp(fprs, (__vector128 *) vcpu->run->s.regs.vrs); in kvm_s390_store_status_unloaded()
A Dinterrupt.c622 if (write_guest_abs(vcpu, ext_sa_addr, vcpu->run->s.regs.vrs, in __write_machine_check()
647 convert_vx_to_fp(fprs, (__vector128 *) vcpu->run->s.regs.vrs); in __write_machine_check()

Completed in 64 milliseconds