Searched refs:nested_cpu_has_vmfunc (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/kvm/vmx/
H A Dnested.h205 static inline bool nested_cpu_has_vmfunc(struct vmcs12 *vmcs12) function
212 return nested_cpu_has_vmfunc(vmcs12) &&
H A Dnested.c2834 if (nested_cpu_has_vmfunc(vmcs12)) {
5951 if (WARN_ON_ONCE((function > 63) || !nested_cpu_has_vmfunc(vmcs12))) {

Completed in 199 milliseconds