Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dkvm_host.h509 struct fpu host_fpregs; member
/arch/s390/kvm/
Dkvm-s390.c1294 vcpu->arch.host_fpregs.fpc = current->thread.fpu.fpc; in kvm_arch_vcpu_load()
1295 vcpu->arch.host_fpregs.regs = current->thread.fpu.regs; in kvm_arch_vcpu_load()
1322 current->thread.fpu.fpc = vcpu->arch.host_fpregs.fpc; in kvm_arch_vcpu_put()
1323 current->thread.fpu.regs = vcpu->arch.host_fpregs.regs; in kvm_arch_vcpu_put()