Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dcpuid.h217 static __always_inline u32 kvm_cpu_cap_get(unsigned int x86_feature) in kvm_cpu_cap_get() function
227 return !!kvm_cpu_cap_get(x86_feature); in kvm_cpu_cap_has()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dhyperv.c348 if (kvm_cpu_cap_get(X86_FEATURE_VMX) && in nested_get_evmcs_version()