Home
last modified time | relevance | path

Searched refs:kvm_cpu_cap_get (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dcpuid.h309 static __always_inline u32 kvm_cpu_cap_get(unsigned int x86_feature) in kvm_cpu_cap_get() function
319 return !!kvm_cpu_cap_get(x86_feature); in kvm_cpu_cap_has()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dcpuid.h207 static __always_inline u32 kvm_cpu_cap_get(unsigned int x86_feature) in kvm_cpu_cap_get() function
217 return !!kvm_cpu_cap_get(x86_feature); in kvm_cpu_cap_has()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Devmcs.c336 if (kvm_cpu_cap_get(X86_FEATURE_VMX) && in nested_get_evmcs_version()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dhyperv.c453 if (kvm_cpu_cap_get(X86_FEATURE_VMX) && in nested_get_evmcs_version()

Completed in 4 milliseconds