Home
last modified time | relevance | path

Searched refs:is_pae_paging (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.h149 static inline bool is_pae_paging(struct kvm_vcpu *vcpu) in is_pae_paging() function
H A Dx86.c813 if (!is_pae_paging(vcpu)) in pdptrs_changed()
1071 else if (is_pae_paging(vcpu) && in kvm_set_cr3()
9958 if (is_pae_paging(vcpu)) { in __set_sregs()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.h203 static inline bool is_pae_paging(struct kvm_vcpu *vcpu) in is_pae_paging() function
H A Dx86.c1279 if (cr3 == kvm_read_cr3(vcpu) && !is_pae_paging(vcpu)) in kvm_set_cr3()
1290 if (is_pae_paging(vcpu) && !load_pdptrs(vcpu, cr3)) in kvm_set_cr3()
11363 if (is_pae_paging(vcpu)) { in __get_sregs2()
11548 if (is_pae_paging(vcpu)) { in __set_sregs_common()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dnested.c1097 if (reload_pdptrs && !nested_ept && is_pae_paging(vcpu) && in nested_vmx_load_cr3()
2643 is_pae_paging(vcpu)) { in prepare_vmcs02()
3199 !nested_cpu_has_ept(vmcs12) && is_pae_paging(vcpu)) { in nested_get_vmcs12_pages()
4374 if (nested_cpu_has_ept(vmcs12) && is_pae_paging(vcpu)) { in sync_vmcs02_to_vmcs12()
4658 if (enable_ept && is_pae_paging(vcpu)) in nested_vmx_restore_host_state()
4753 if (enable_ept && is_pae_paging(vcpu)) in nested_vmx_vmexit()
H A Dvmx.c3243 if (is_pae_paging(vcpu)) { in vmx_ept_load_pdptrs()
3255 if (WARN_ON_ONCE(!is_pae_paging(vcpu))) in ept_save_pdptrs()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dnested.c1136 if (!nested_ept && is_pae_paging(vcpu) && in nested_vmx_load_cr3()
2627 is_pae_paging(vcpu)) { in prepare_vmcs02()
4135 if (nested_cpu_has_ept(vmcs12) && is_pae_paging(vcpu)) { in sync_vmcs02_to_vmcs12()
4416 if (enable_ept && is_pae_paging(vcpu)) in nested_vmx_restore_host_state()
4512 if (enable_ept && is_pae_paging(vcpu)) in nested_vmx_vmexit()
H A Dvmx.c3048 if (is_pae_paging(vcpu)) { in vmx_ept_load_pdptrs()
3060 if (WARN_ON_ONCE(!is_pae_paging(vcpu))) in ept_save_pdptrs()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H A Dnested.c511 if (reload_pdptrs && !nested_npt && is_pae_paging(vcpu) && in nested_svm_load_cr3()
1786 !nested_npt_enabled(svm) && is_pae_paging(vcpu)) in svm_get_nested_state_pages()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H A Dnested.c378 if (!nested_npt && is_pae_paging(vcpu) && in nested_svm_load_cr3()

Completed in 84 milliseconds