Lines Matching refs:fpc
2868 current->thread.fpu.fpc = 0; in kvm_s390_vcpu_initial_reset()
3345 if (test_fp_ctl(fpu->fpc)) { in kvm_arch_vcpu_ioctl_set_fpu()
3349 vcpu->run->s.regs.fpc = fpu->fpc; in kvm_arch_vcpu_ioctl_set_fpu()
3372 fpu->fpc = vcpu->run->s.regs.fpc; in kvm_arch_vcpu_ioctl_get_fpu()
3929 vcpu->arch.host_fpregs.fpc = current->thread.fpu.fpc; in sync_regs()
3935 current->thread.fpu.fpc = vcpu->run->s.regs.fpc; in sync_regs()
3936 if (test_fp_ctl(current->thread.fpu.fpc)) in sync_regs()
3938 current->thread.fpu.fpc = 0; in sync_regs()
3977 vcpu->run->s.regs.fpc = current->thread.fpu.fpc; in store_regs()
3979 current->thread.fpu.fpc = vcpu->arch.host_fpregs.fpc; in store_regs()
4100 &vcpu->run->s.regs.fpc, 4); in kvm_s390_store_status_unloaded()
4124 vcpu->run->s.regs.fpc = current->thread.fpu.fpc; in kvm_s390_vcpu_store_status()