Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/include/asm/
Dkvm_host.h746 struct fpu host_fpregs; member
/linux-6.1.9/arch/s390/kvm/
Dkvm-s390.c4782 vcpu->arch.host_fpregs.fpc = current->thread.fpu.fpc; in sync_regs()
4783 vcpu->arch.host_fpregs.regs = current->thread.fpu.regs; in sync_regs()
4857 current->thread.fpu.fpc = vcpu->arch.host_fpregs.fpc; in store_regs()
4858 current->thread.fpu.regs = vcpu->arch.host_fpregs.regs; in store_regs()