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