Lines Matching refs:nested_cpu_has_ept
846 if (CC(!nested_cpu_has_ept(vmcs12)) || in nested_vmx_check_pml_controls()
857 !nested_cpu_has_ept(vmcs12))) in nested_vmx_check_unrestricted_guest_controls()
866 !nested_cpu_has_ept(vmcs12))) in nested_vmx_check_mode_based_ept_exec_controls()
2561 if (nested_cpu_has_ept(vmcs12)) in prepare_vmcs02()
2598 if (nested_vmx_load_cr3(vcpu, vmcs12->guest_cr3, nested_cpu_has_ept(vmcs12), in prepare_vmcs02()
2613 if (load_guest_pdptrs_vmcs12 && nested_cpu_has_ept(vmcs12) && in prepare_vmcs02()
2743 if (nested_cpu_has_ept(vmcs12) && in nested_check_vm_execution_controls()
2753 if (CC(!nested_cpu_has_ept(vmcs12)) || in nested_check_vm_execution_controls()
3159 !nested_cpu_has_ept(vmcs12) && is_pae_paging(vcpu)) { in nested_get_vmcs12_pages()
4145 if (nested_cpu_has_ept(vmcs12) && is_pae_paging(vcpu)) { in sync_vmcs02_to_vmcs12()
5543 if (WARN_ON_ONCE(!nested_cpu_has_ept(vmcs12))) in nested_vmx_eptp_switching()