Searched refs:vrs (Results 1 – 6 of 6) sorted by relevance
/arch/powerpc/kernel/ |
D | vecemu.c | 267 vector128 *vrs; in emulate_altivec() local 280 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 …]
|
/arch/arm/kernel/ |
D | unwind.c | 56 unsigned long vrs[16]; /* virtual register set */ member 239 ctrl->vrs[reg] = *(*vsp)++; in unwind_pop_register() 247 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_subset_r4_to_r13() 259 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_subset_r4_to_r13() 267 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_r4_to_rN() 279 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_r4_to_rN() 287 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_subset_r0_to_r3() 298 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_subset_r0_to_r3() 337 ctrl->vrs[SP] += ((insn & 0x3f) << 2) + 4; in unwind_exec_insn() 339 ctrl->vrs[SP] -= ((insn & 0x3f) << 2) + 4; in unwind_exec_insn() [all …]
|
/arch/x86/kernel/cpu/mtrr/ |
D | generic.c | 465 struct mtrr_var_range *vrs; in get_mtrr_state() local 469 vrs = mtrr_state.var_ranges; in get_mtrr_state() 475 get_mtrr_var_range(i, &vrs[i]); in get_mtrr_state()
|
/arch/s390/include/uapi/asm/ |
D | kvm.h | 260 __u64 vrs[32][2]; /* vector registers (KVM_SYNC_VRS) */ member
|
/arch/s390/kvm/ |
D | kvm-s390.c | 3598 memset(®s->vrs, 0, sizeof(regs->vrs)); in kvm_arch_vcpu_ioctl_clear_reset() 3654 convert_fp_to_vx((__vector128 *) vcpu->run->s.regs.vrs, in kvm_arch_vcpu_ioctl_set_fpu() 3671 (__vector128 *) vcpu->run->s.regs.vrs); in kvm_arch_vcpu_ioctl_get_fpu() 4293 current->thread.fpu.regs = vcpu->run->s.regs.vrs; in sync_regs() 4466 convert_vx_to_fp(fprs, (__vector128 *) vcpu->run->s.regs.vrs); in kvm_s390_store_status_unloaded()
|
D | interrupt.c | 626 if (write_guest_abs(vcpu, ext_sa_addr, vcpu->run->s.regs.vrs, in __write_machine_check() 651 convert_vx_to_fp(fprs, (__vector128 *) vcpu->run->s.regs.vrs); in __write_machine_check()
|