Lines Matching refs:nested_cpu_has_ept
803 if (CC(!nested_cpu_has_ept(vmcs12)) || in nested_vmx_check_pml_controls()
814 !nested_cpu_has_ept(vmcs12))) in nested_vmx_check_unrestricted_guest_controls()
823 !nested_cpu_has_ept(vmcs12))) in nested_vmx_check_mode_based_ept_exec_controls()
2562 if (nested_cpu_has_ept(vmcs12)) in prepare_vmcs02()
2599 if (nested_vmx_load_cr3(vcpu, vmcs12->guest_cr3, nested_cpu_has_ept(vmcs12), in prepare_vmcs02()
2614 if (load_guest_pdptrs_vmcs12 && nested_cpu_has_ept(vmcs12) && in prepare_vmcs02()
2744 if (nested_cpu_has_ept(vmcs12) && in nested_check_vm_execution_controls()
2754 if (CC(!nested_cpu_has_ept(vmcs12)) || in nested_check_vm_execution_controls()
3171 !nested_cpu_has_ept(vmcs12) && is_pae_paging(vcpu)) { in nested_get_vmcs12_pages()
4335 if (nested_cpu_has_ept(vmcs12) && is_pae_paging(vcpu)) { in sync_vmcs02_to_vmcs12()
5763 if (WARN_ON_ONCE(!nested_cpu_has_ept(vmcs12))) in nested_vmx_eptp_switching()