Searched refs:host_fpregs (Results 1 – 2 of 2) sorted by relevance
727 struct fpu host_fpregs; member
4327 vcpu->arch.host_fpregs.fpc = current->thread.fpu.fpc; in sync_regs()4328 vcpu->arch.host_fpregs.regs = current->thread.fpu.regs; in sync_regs()4402 current->thread.fpu.fpc = vcpu->arch.host_fpregs.fpc; in store_regs()4403 current->thread.fpu.regs = vcpu->arch.host_fpregs.regs; in store_regs()
Completed in 17 milliseconds