Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/ !
H A Dx86.h301 static inline bool is_pae_paging(struct kvm_vcpu *vcpu) in is_pae_paging() function
H A Dx86.c1461 if (cr3 == kvm_read_cr3(vcpu) && !is_pae_paging(vcpu)) in kvm_set_cr3()
1472 if (is_pae_paging(vcpu) && !load_pdptrs(vcpu, cr3)) in kvm_set_cr3()
12188 if (is_pae_paging(vcpu)) { in __get_sregs2()
12395 if (is_pae_paging(vcpu)) { in __set_sregs_common()
/linux/arch/x86/kvm/vmx/ !
H A Dnested.c1185 if (reload_pdptrs && !nested_ept && is_pae_paging(vcpu) && in nested_vmx_load_cr3()
2823 is_pae_paging(vcpu)) { in prepare_vmcs02()
3426 !nested_cpu_has_ept(vmcs12) && is_pae_paging(vcpu)) { in nested_get_vmcs12_pages()
4674 if (nested_cpu_has_ept(vmcs12) && is_pae_paging(vcpu)) { in sync_vmcs02_to_vmcs12()
4983 if (enable_ept && is_pae_paging(vcpu)) in nested_vmx_restore_host_state()
5081 if (enable_ept && is_pae_paging(vcpu)) in __nested_vmx_vmexit()
H A Dvmx.c3465 if (is_pae_paging(vcpu)) { in vmx_ept_load_pdptrs()
3477 if (WARN_ON_ONCE(!is_pae_paging(vcpu))) in ept_save_pdptrs()
/linux/arch/x86/kvm/svm/ !
H A Dnested.c627 if (reload_pdptrs && !nested_npt && is_pae_paging(vcpu) && in nested_svm_load_cr3()
1948 !nested_npt_enabled(to_svm(vcpu)) && is_pae_paging(vcpu)) in svm_get_nested_state_pages()