Home
last modified time | relevance | path

Searched refs:vrs (Results 1 – 12 of 12) 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.c364 ctrl->vrs[SP] = ctrl->vrs[insn & 0x0f]; in unwind_exec_insn()
370 if (ctrl->vrs[PC] == 0) in unwind_exec_insn()
371 ctrl->vrs[PC] = ctrl->vrs[LR]; in unwind_exec_insn()
396 ctrl->vrs[FP], ctrl->vrs[SP], ctrl->vrs[LR], ctrl->vrs[PC]); in unwind_exec_insn()
437 ctrl.vrs[FP] = frame->fp; in unwind_frame()
440 ctrl.vrs[PC] = 0; in unwind_frame()
497 if ((ctrl.sp_high - ctrl.vrs[SP]) < sizeof(ctrl.vrs)) in unwind_frame()
502 if (ctrl.vrs[SP] < sp_low || ctrl.vrs[SP] > ctrl.sp_high) in unwind_frame()
506 if (ctrl.vrs[PC] == 0) in unwind_frame()
507 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.c108 TEST_ASSERT(!memcmp(sync_regs->vrs, regs_null, sizeof(sync_regs->vrs)), in assert_clear()
/linux/arch/x86/kernel/cpu/mtrr/
A Dgeneric.c690 struct mtrr_var_range *vrs; in get_mtrr_state() local
694 vrs = mtrr_state.var_ranges; in get_mtrr_state()
700 get_mtrr_var_range(i, &vrs[i]); in get_mtrr_state()
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_router.h30 struct mlxsw_sp_vr *vrs; member
A Dspectrum_router.c784 vr = &mlxsw_sp->router->vrs[i]; in mlxsw_sp_vr_find_unused()
831 vr = &mlxsw_sp->router->vrs[i]; in mlxsw_sp_vr_find()
1003 vr = &mlxsw_sp->router->vrs[i]; in mlxsw_sp_vrs_lpm_tree_replace()
1043 if (!mlxsw_sp->router->vrs) in mlxsw_sp_vrs_init()
1047 vr = &mlxsw_sp->router->vrs[i]; in mlxsw_sp_vrs_init()
1067 kfree(mlxsw_sp->router->vrs); in mlxsw_sp_vrs_fini()
7776 struct mlxsw_sp_vr *vr = &mlxsw_sp->router->vrs[i]; in mlxsw_sp_router_fib_flush()
8748 vr = &mlxsw_sp->router->vrs[rif->vr_id]; in mlxsw_sp_rif_destroy()
9738 vr = &mlxsw_sp->router->vrs[rif->vr_id]; in mlxsw_sp_router_port_change_event()
10850 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.h27 save_vx_regs((__vector128 *)&run->s.regs.vrs); in kvm_s390_fpu_store()
36 load_vx_regs((__vector128 *)&run->s.regs.vrs); in kvm_s390_fpu_load()
A Dkvm-s390.c4268 memset(&regs->vrs, 0, sizeof(regs->vrs)); in kvm_arch_vcpu_ioctl_clear_reset()
4324 convert_fp_to_vx((__vector128 *) vcpu->run->s.regs.vrs, in kvm_arch_vcpu_ioctl_set_fpu()
4339 (__vector128 *) vcpu->run->s.regs.vrs); in kvm_arch_vcpu_ioctl_get_fpu()
5132 convert_vx_to_fp(fprs, (__vector128 *) vcpu->run->s.regs.vrs); in kvm_s390_store_status_unloaded()
A Dinterrupt.c618 if (write_guest_abs(vcpu, ext_sa_addr, vcpu->run->s.regs.vrs, in __write_machine_check()
643 convert_vx_to_fp(fprs, (__vector128 *) vcpu->run->s.regs.vrs); in __write_machine_check()
/linux/tools/arch/s390/include/uapi/asm/
A Dkvm.h590 __u64 vrs[32][2]; /* vector registers (KVM_SYNC_VRS) */ member
/linux/arch/s390/include/uapi/asm/
A Dkvm.h590 __u64 vrs[32][2]; /* vector registers (KVM_SYNC_VRS) */ member

Completed in 63 milliseconds