Searched refs:kvm_update_feature_runtime (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/x86/kvm/ |
| H A D | cpuid.c | 280 static __always_inline void kvm_update_feature_runtime(struct kvm_vcpu *vcpu, in kvm_update_feature_runtime() function 297 kvm_update_feature_runtime(vcpu, best, X86_FEATURE_OSXSAVE, in kvm_update_cpuid_runtime() 300 kvm_update_feature_runtime(vcpu, best, X86_FEATURE_APIC, in kvm_update_cpuid_runtime() 304 kvm_update_feature_runtime(vcpu, best, X86_FEATURE_MWAIT, in kvm_update_cpuid_runtime() 311 kvm_update_feature_runtime(vcpu, best, X86_FEATURE_OSPKE, in kvm_update_cpuid_runtime()
|