Lines Matching refs:nested_cpu_has_ept
896 if (CC(!nested_cpu_has_ept(vmcs12)) || in nested_vmx_check_pml_controls()
907 !nested_cpu_has_ept(vmcs12))) in nested_vmx_check_unrestricted_guest_controls()
916 !nested_cpu_has_ept(vmcs12))) in nested_vmx_check_mode_based_ept_exec_controls()
2714 if (nested_cpu_has_ept(vmcs12)) in prepare_vmcs02()
2748 if (nested_vmx_load_cr3(vcpu, vmcs12->guest_cr3, nested_cpu_has_ept(vmcs12), in prepare_vmcs02()
2763 if (load_guest_pdptrs_vmcs12 && nested_cpu_has_ept(vmcs12) && in prepare_vmcs02()
2892 if (nested_cpu_has_ept(vmcs12) && in nested_check_vm_execution_controls()
2902 if (CC(!nested_cpu_has_ept(vmcs12)) || in nested_check_vm_execution_controls()
3335 !nested_cpu_has_ept(vmcs12) && is_pae_paging(vcpu)) { in nested_get_vmcs12_pages()
4602 if (nested_cpu_has_ept(vmcs12) && is_pae_paging(vcpu)) { in sync_vmcs02_to_vmcs12()
6076 if (WARN_ON_ONCE(!nested_cpu_has_ept(vmcs12))) in nested_vmx_eptp_switching()