Searched refs:nested_cpu_has_vmfunc (Results 1 – 2 of 2) sorted by relevance
203 static inline bool nested_cpu_has_vmfunc(struct vmcs12 *vmcs12) in nested_cpu_has_vmfunc() function210 return nested_cpu_has_vmfunc(vmcs12) && in nested_cpu_has_eptp_switching()
2748 if (nested_cpu_has_vmfunc(vmcs12)) { in nested_check_vm_execution_controls()5834 if (WARN_ON_ONCE((function > 63) || !nested_cpu_has_vmfunc(vmcs12))) { in handle_vmfunc()