Searched refs:KVM_SYNC_FPRS (Results 1 – 5 of 5) sorted by relevance
231 #define KVM_SYNC_FPRS (1UL << 8) macro240 KVM_SYNC_FPRS | KVM_SYNC_GSCB | KVM_SYNC_BPBC | KVM_SYNC_ETOKEN | \
247 #define KVM_SYNC_FPRS (1UL << 8) macro256 KVM_SYNC_FPRS | KVM_SYNC_GSCB | KVM_SYNC_BPBC | KVM_SYNC_ETOKEN | \
560 #define KVM_SYNC_FPRS (1UL << 8) macro569 KVM_SYNC_FPRS | KVM_SYNC_GSCB | KVM_SYNC_BPBC | KVM_SYNC_ETOKEN | \
498 } else if (can_sync_regs(cs, KVM_SYNC_FPRS)) { in kvm_arch_put_registers()503 cs->kvm_run->kvm_dirty_regs |= KVM_SYNC_FPRS; in kvm_arch_put_registers()627 } else if (can_sync_regs(cs, KVM_SYNC_FPRS)) { in kvm_arch_get_registers()
3969 vcpu->run->kvm_valid_regs |= KVM_SYNC_FPRS; in kvm_arch_vcpu_create()