Home
last modified time | relevance | path

Searched refs:is_pae_paging (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/arch/x86/kvm/
Dx86.h149 static inline bool is_pae_paging(struct kvm_vcpu *vcpu) in is_pae_paging() function
Dx86.c790 if (!is_pae_paging(vcpu)) in pdptrs_changed()
1046 else if (is_pae_paging(vcpu) && in kvm_set_cr3()
9607 if (is_pae_paging(vcpu)) { in __set_sregs()
/Linux-v5.10/arch/x86/kvm/vmx/
Dnested.c1133 if (!nested_ept && is_pae_paging(vcpu) && in nested_vmx_load_cr3()
2602 is_pae_paging(vcpu)) { in prepare_vmcs02()
4058 if (nested_cpu_has_ept(vmcs12) && is_pae_paging(vcpu)) { in sync_vmcs02_to_vmcs12()
4342 if (enable_ept && is_pae_paging(vcpu)) in nested_vmx_restore_host_state()
4428 if (enable_ept && is_pae_paging(vcpu)) in nested_vmx_vmexit()
Dvmx.c2953 if (is_pae_paging(vcpu)) { in vmx_ept_load_pdptrs()
2965 if (WARN_ON_ONCE(!is_pae_paging(vcpu))) in ept_save_pdptrs()
/Linux-v5.10/arch/x86/kvm/svm/
Dnested.c354 if (!nested_npt && is_pae_paging(vcpu) && in nested_svm_load_cr3()