Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/
Dx86.h142 static inline bool is_pae_paging(struct kvm_vcpu *vcpu) in is_pae_paging() function
Dx86.c730 if (!is_pae_paging(vcpu)) in pdptrs_changed()
981 else if (is_pae_paging(vcpu) && in kvm_set_cr3()
8817 if (is_pae_paging(vcpu)) { in __set_sregs()
/Linux-v5.4/arch/x86/kvm/vmx/
Dnested.c1003 if (is_pae_paging(vcpu) && !nested_ept) { in nested_vmx_load_cr3()
2423 is_pae_paging(vcpu)) { in prepare_vmcs02()
3694 if (nested_cpu_has_ept(vmcs12) && is_pae_paging(vcpu)) { in sync_vmcs02_to_vmcs12()
Dvmx.c2885 if (is_pae_paging(vcpu)) { in ept_load_pdptrs()
2897 if (is_pae_paging(vcpu)) { in ept_save_pdptrs()