Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/vmx/
Dnested.h217 static inline bool nested_cpu_has_vmfunc(struct vmcs12 *vmcs12) in nested_cpu_has_vmfunc() function
224 return nested_cpu_has_vmfunc(vmcs12) && in nested_cpu_has_eptp_switching()
Dnested.c2531 if (nested_cpu_has_vmfunc(vmcs12)) { in nested_check_vm_execution_controls()