Lines Matching refs:fpc
2555 current->thread.fpu.fpc = 0; in kvm_s390_vcpu_initial_reset()
2979 if (test_fp_ctl(fpu->fpc)) { in kvm_arch_vcpu_ioctl_set_fpu()
2983 vcpu->run->s.regs.fpc = fpu->fpc; in kvm_arch_vcpu_ioctl_set_fpu()
3006 fpu->fpc = vcpu->run->s.regs.fpc; in kvm_arch_vcpu_ioctl_get_fpu()
3559 vcpu->arch.host_fpregs.fpc = current->thread.fpu.fpc; in sync_regs()
3565 current->thread.fpu.fpc = vcpu->run->s.regs.fpc; in sync_regs()
3566 if (test_fp_ctl(current->thread.fpu.fpc)) in sync_regs()
3568 current->thread.fpu.fpc = 0; in sync_regs()
3607 vcpu->run->s.regs.fpc = current->thread.fpu.fpc; in store_regs()
3609 current->thread.fpu.fpc = vcpu->arch.host_fpregs.fpc; in store_regs()
3726 &vcpu->run->s.regs.fpc, 4); in kvm_s390_store_status_unloaded()
3750 vcpu->run->s.regs.fpc = current->thread.fpu.fpc; in kvm_s390_vcpu_store_status()