Searched refs:vrs (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/arch/powerpc/kernel/ |
D | vecemu.c | 265 vector128 *vrs; in emulate_altivec() local 276 vrs = current->thread.vr_state.vr; in emulate_altivec() 281 vaddfp(&vrs[vd], &vrs[va], &vrs[vb]); in emulate_altivec() 284 vsubfp(&vrs[vd], &vrs[va], &vrs[vb]); in emulate_altivec() 287 vrefp(&vrs[vd], &vrs[vb]); in emulate_altivec() 290 vrsqrtefp(&vrs[vd], &vrs[vb]); in emulate_altivec() 294 vrs[vd].u[i] = eexp2(vrs[vb].u[i]); in emulate_altivec() 298 vrs[vd].u[i] = elog2(vrs[vb].u[i]); in emulate_altivec() 302 vrs[vd].u[i] = rfin(vrs[vb].u[i]); in emulate_altivec() 306 vrs[vd].u[i] = rfiz(vrs[vb].u[i]); in emulate_altivec() [all …]
|
/Linux-v4.19/arch/arm/kernel/ |
D | unwind.c | 69 unsigned long vrs[16]; /* virtual register set */ member 252 ctrl->vrs[reg] = *(*vsp)++; in unwind_pop_register() 260 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_subset_r4_to_r13() 272 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_subset_r4_to_r13() 280 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_r4_to_rN() 292 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_r4_to_rN() 300 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_subset_r0_to_r3() 311 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_subset_r0_to_r3() 327 ctrl->vrs[SP] += ((insn & 0x3f) << 2) + 4; in unwind_exec_insn() 329 ctrl->vrs[SP] -= ((insn & 0x3f) << 2) + 4; in unwind_exec_insn() [all …]
|
/Linux-v4.19/arch/x86/kernel/cpu/mtrr/ |
D | generic.c | 464 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-v4.19/tools/arch/s390/include/uapi/asm/ |
D | kvm.h | 247 __u64 vrs[32][2]; /* vector registers (KVM_SYNC_VRS) */ member
|
/Linux-v4.19/arch/s390/include/uapi/asm/ |
D | kvm.h | 247 __u64 vrs[32][2]; /* vector registers (KVM_SYNC_VRS) */ member
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_router.c | 51 struct mlxsw_sp_vr *vrs; member 691 vr = &mlxsw_sp->router->vrs[i]; in mlxsw_sp_vr_find_unused() 737 vr = &mlxsw_sp->router->vrs[i]; in mlxsw_sp_vr_find() 890 vr = &mlxsw_sp->router->vrs[i]; in mlxsw_sp_vrs_lpm_tree_replace() 928 mlxsw_sp->router->vrs = kcalloc(max_vrs, sizeof(struct mlxsw_sp_vr), in mlxsw_sp_vrs_init() 930 if (!mlxsw_sp->router->vrs) in mlxsw_sp_vrs_init() 934 vr = &mlxsw_sp->router->vrs[i]; in mlxsw_sp_vrs_init() 954 kfree(mlxsw_sp->router->vrs); in mlxsw_sp_vrs_fini() 1415 ul_vr = &mlxsw_sp->router->vrs[lb_rif->ul_vr_id]; in mlxsw_sp_netdevice_ipip_ol_update_mtu() 5420 struct mlxsw_sp_vr *vr = &mlxsw_sp->router->vrs[i]; in __mlxsw_sp_router_set_abort_trap() [all …]
|
/Linux-v4.19/arch/s390/kvm/ |
D | kvm-s390.c | 2985 convert_fp_to_vx((__vector128 *) vcpu->run->s.regs.vrs, in kvm_arch_vcpu_ioctl_set_fpu() 3003 (__vector128 *) vcpu->run->s.regs.vrs); in kvm_arch_vcpu_ioctl_get_fpu() 3562 current->thread.fpu.regs = vcpu->run->s.regs.vrs; in sync_regs() 3712 convert_vx_to_fp(fprs, (__vector128 *) vcpu->run->s.regs.vrs); in kvm_s390_store_status_unloaded()
|
D | interrupt.c | 499 if (write_guest_abs(vcpu, ext_sa_addr, vcpu->run->s.regs.vrs, in __write_machine_check() 524 convert_vx_to_fp(fprs, (__vector128 *) vcpu->run->s.regs.vrs); in __write_machine_check()
|