Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dx86.h67 static inline int is_pae(struct kvm_vcpu *vcpu) in is_pae() function
Dmmu.c1899 if (sp->role.cr4_pae != !!is_pae(vcpu)) { in __kvm_sync_page()
1955 if ((s->role.cr4_pae != !!is_pae(vcpu)) || in kvm_sync_pages()
3903 MMU_WARN_ON(!is_pae(vcpu)); in paging64_init_context_common()
3973 } else if (is_pae(vcpu)) { in init_kvm_tdp_mmu()
4002 else if (is_pae(vcpu)) in kvm_init_shadow_mmu()
4008 context->base_role.cr4_pae = !!is_pae(vcpu); in kvm_init_shadow_mmu()
4077 } else if (is_pae(vcpu)) { in init_kvm_nested_mmu()
4184 if (is_pae(vcpu) && *bytes == 4) { in mmu_pte_write_fetch_gpte()
Dpaging_tmpl.h293 ASSERT(!(is_long_mode(vcpu) && !is_pae(vcpu))); in FNAME()
Dx86.c564 if (is_long_mode(vcpu) || !is_pae(vcpu)) in pdptrs_changed()
608 if (!is_pae(vcpu)) in kvm_set_cr0()
615 if (is_pae(vcpu) && !load_pdptrs(vcpu, vcpu->arch.walk_mmu, in kvm_set_cr0()
786 } else if (is_pae(vcpu) && is_paging(vcpu) && in kvm_set_cr3()
7049 if (!is_long_mode(vcpu) && is_pae(vcpu)) { in kvm_arch_vcpu_ioctl_set_sregs()
Dvmx.c3652 if (is_paging(vcpu) && is_pae(vcpu) && !is_long_mode(vcpu)) { in ept_load_pdptrs()
3664 if (is_paging(vcpu) && is_pae(vcpu) && !is_long_mode(vcpu)) { in ept_save_pdptrs()