Home
last modified time | relevance | path

Searched refs:host_fpregs (Results 1 – 2 of 2) sorted by relevance

/arch/s390/include/asm/
Dkvm_host.h558 struct fpu host_fpregs; member
/arch/s390/kvm/
Dkvm-s390.c1826 vcpu->arch.host_fpregs.fpc = current->thread.fpu.fpc; in kvm_arch_vcpu_load()
1827 vcpu->arch.host_fpregs.regs = current->thread.fpu.regs; in kvm_arch_vcpu_load()
1860 current->thread.fpu.fpc = vcpu->arch.host_fpregs.fpc; in kvm_arch_vcpu_put()
1861 current->thread.fpu.regs = vcpu->arch.host_fpregs.regs; in kvm_arch_vcpu_put()