Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dnested.h211 static inline bool nested_cpu_has_vmfunc(struct vmcs12 *vmcs12) in nested_cpu_has_vmfunc() function
218 return nested_cpu_has_vmfunc(vmcs12) && in nested_cpu_has_eptp_switching()
H A Dnested.c2879 if (nested_cpu_has_vmfunc(vmcs12)) { in nested_check_vm_execution_controls()
6105 if (WARN_ON_ONCE((function > 63) || !nested_cpu_has_vmfunc(vmcs12))) { in handle_vmfunc()