Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/
Dx86.h127 static inline int is_pae(struct kvm_vcpu *vcpu) in is_pae() function
144 return !is_long_mode(vcpu) && is_pae(vcpu) && is_paging(vcpu); in is_pae_paging()
Dmmu.c2354 if ((!is_ept_sp(sp) && sp->role.gpte_is_8_bytes != !!is_pae(vcpu)) || in __kvm_sync_page()
4905 MMU_WARN_ON(!is_pae(vcpu)); in paging64_init_context_common()
4955 ext.cr4_pae = !!is_pae(vcpu); in kvm_calc_mmu_role_ext()
5032 } else if (is_pae(vcpu)) { in init_kvm_tdp_mmu()
5060 role.base.gpte_is_8_bytes = !!is_pae(vcpu); in kvm_calc_shadow_mmu_root_page_role()
5086 else if (is_pae(vcpu)) in kvm_init_shadow_mmu()
5203 } else if (is_pae(vcpu)) { in init_kvm_nested_mmu()
5324 if (is_pae(vcpu) && *bytes == 4) { in mmu_pte_write_fetch_gpte()
Dpaging_tmpl.h335 ASSERT(!(is_long_mode(vcpu) && !is_pae(vcpu))); in FNAME()
Dx86.c775 if (!is_pae(vcpu)) in kvm_set_cr0()
782 if (is_pae(vcpu) && !load_pdptrs(vcpu, vcpu->arch.walk_mmu, in kvm_set_cr0()