Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dx86.h65 static inline int is_pae(struct kvm_vcpu *vcpu) in is_pae() function
Dmmu.c1729 if (sp->role.cr4_pae != !!is_pae(vcpu)) { in __kvm_sync_page()
1785 if ((s->role.cr4_pae != !!is_pae(vcpu)) || in kvm_sync_pages()
3677 ASSERT(is_pae(vcpu)); in paging64_init_context_common()
3746 } else if (is_pae(vcpu)) { in init_kvm_tdp_mmu()
3773 else if (is_pae(vcpu)) in kvm_init_shadow_mmu()
3779 vcpu->arch.mmu.base_role.cr4_pae = !!is_pae(vcpu); in kvm_init_shadow_mmu()
3843 } else if (is_pae(vcpu)) { in init_kvm_nested_mmu()
3952 if (is_pae(vcpu) && *bytes == 4) { in mmu_pte_write_fetch_gpte()
Dpaging_tmpl.h301 ASSERT(!(is_long_mode(vcpu) && !is_pae(vcpu))); in FNAME()
Dx86.c535 if (is_long_mode(vcpu) || !is_pae(vcpu)) in pdptrs_changed()
580 if (!is_pae(vcpu)) in kvm_set_cr0()
587 if (is_pae(vcpu) && !load_pdptrs(vcpu, vcpu->arch.walk_mmu, in kvm_set_cr0()
741 } else if (is_pae(vcpu) && is_paging(vcpu) && in kvm_set_cr3()
6796 if (!is_long_mode(vcpu) && is_pae(vcpu)) { in kvm_arch_vcpu_ioctl_set_sregs()
Dvmx.c3431 if (is_paging(vcpu) && is_pae(vcpu) && !is_long_mode(vcpu)) { in ept_load_pdptrs()
3443 if (is_paging(vcpu) && is_pae(vcpu) && !is_long_mode(vcpu)) { in ept_save_pdptrs()