Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dnested.h204 static inline bool nested_cpu_has_vmfunc(struct vmcs12 *vmcs12) in nested_cpu_has_vmfunc() function
211 return nested_cpu_has_vmfunc(vmcs12) && in nested_cpu_has_eptp_switching()
A Dnested.c2771 if (nested_cpu_has_vmfunc(vmcs12)) { in nested_check_vm_execution_controls()
5881 if (WARN_ON_ONCE((function > 63) || !nested_cpu_has_vmfunc(vmcs12))) { in handle_vmfunc()

Completed in 13 milliseconds