Lines Matching defs:fprs
3964 /* fprs can be synchronized via vrs, even if the guest has no vx. With
4320 (freg_t *) fpu->fprs);
4322 memcpy(vcpu->run->s.regs.fprs, &fpu->fprs, sizeof(fpu->fprs));
4335 convert_vx_to_fp((freg_t *) fpu->fprs,
4338 memcpy(fpu->fprs, vcpu->run->s.regs.fprs, sizeof(fpu->fprs));
4955 /* save host (userspace) fprs/vrs */
4962 current->thread.fpu.regs = vcpu->run->s.regs.fprs;
5123 freg_t fprs[NUM_FPRS];
5142 convert_vx_to_fp(fprs, (__vector128 *) vcpu->run->s.regs.vrs);
5144 fprs, 128);
5147 vcpu->run->s.regs.fprs, 128);