Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dkvm_host.h747 struct fpu host_fpregs; member
/openbmc/linux/arch/s390/kvm/
H A Dkvm-s390.c4956 vcpu->arch.host_fpregs.fpc = current->thread.fpu.fpc; in sync_regs()
4957 vcpu->arch.host_fpregs.regs = current->thread.fpu.regs; in sync_regs()
5031 current->thread.fpu.fpc = vcpu->arch.host_fpregs.fpc; in store_regs()
5032 current->thread.fpu.regs = vcpu->arch.host_fpregs.regs; in store_regs()