Lines Matching refs:nested_cpu_has_ept
817 if (CC(!nested_cpu_has_ept(vmcs12)) || in nested_vmx_check_pml_controls()
828 !nested_cpu_has_ept(vmcs12))) in nested_vmx_check_unrestricted_guest_controls()
837 !nested_cpu_has_ept(vmcs12))) in nested_vmx_check_mode_based_ept_exec_controls()
2529 if (nested_cpu_has_ept(vmcs12)) in prepare_vmcs02()
2566 if (nested_vmx_load_cr3(vcpu, vmcs12->guest_cr3, nested_cpu_has_ept(vmcs12), in prepare_vmcs02()
2581 if (load_guest_pdptrs_vmcs12 && nested_cpu_has_ept(vmcs12) && in prepare_vmcs02()
2713 if (nested_cpu_has_ept(vmcs12) && in nested_check_vm_execution_controls()
2723 if (CC(!nested_cpu_has_ept(vmcs12)) || in nested_check_vm_execution_controls()
3142 !nested_cpu_has_ept(vmcs12) && is_pae_paging(vcpu)) { in nested_get_vmcs12_pages()
4130 if (nested_cpu_has_ept(vmcs12) && is_pae_paging(vcpu)) { in sync_vmcs02_to_vmcs12()
5537 if (WARN_ON_ONCE(!nested_cpu_has_ept(vmcs12))) in nested_vmx_eptp_switching()