Lines Matching defs:fprs
3301 /* fprs can be synchronized via vrs, even if the guest has no vx. With
3655 (freg_t *) fpu->fprs);
3657 memcpy(vcpu->run->s.regs.fprs, &fpu->fprs, sizeof(fpu->fprs));
3670 convert_vx_to_fp((freg_t *) fpu->fprs,
3673 memcpy(fpu->fprs, vcpu->run->s.regs.fprs, sizeof(fpu->fprs));
4288 /* save host (userspace) fprs/vrs */
4295 current->thread.fpu.regs = vcpu->run->s.regs.fprs;
4447 freg_t fprs[NUM_FPRS];
4466 convert_vx_to_fp(fprs, (__vector128 *) vcpu->run->s.regs.vrs);
4468 fprs, 128);
4471 vcpu->run->s.regs.fprs, 128);