Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kvm/
Dx86.h55 static inline int is_pae(struct kvm_vcpu *vcpu) in is_pae() function
Dmmu.c1491 if (sp->role.cr4_pae != !!is_pae(vcpu)) { in __kvm_sync_page()
1548 if ((s->role.cr4_pae != !!is_pae(vcpu)) || in kvm_sync_pages()
3260 ASSERT(is_pae(vcpu)); in paging64_init_context_common()
3335 } else if (is_pae(vcpu)) { in init_kvm_tdp_mmu()
3361 else if (is_pae(vcpu)) in kvm_init_shadow_mmu()
3366 vcpu->arch.mmu.base_role.cr4_pae = !!is_pae(vcpu); in kvm_init_shadow_mmu()
3410 } else if (is_pae(vcpu)) { in init_kvm_nested_mmu()
3525 if (is_pae(vcpu) && *bytes == 4) { in mmu_pte_write_fetch_gpte()
Dpaging_tmpl.h173 ASSERT((!is_long_mode(vcpu) && is_pae(vcpu)) || in FNAME()
Dx86.c474 if (is_long_mode(vcpu) || !is_pae(vcpu)) in pdptrs_changed()
519 if (!is_pae(vcpu)) in kvm_set_cr0()
526 if (is_pae(vcpu) && !load_pdptrs(vcpu, vcpu->arch.walk_mmu, in kvm_set_cr0()
631 if (is_pae(vcpu)) { in kvm_set_cr3()
5691 if (!is_long_mode(vcpu) && is_pae(vcpu)) { in kvm_arch_vcpu_ioctl_set_sregs()
Dvmx.c2904 if (is_paging(vcpu) && is_pae(vcpu) && !is_long_mode(vcpu)) { in ept_load_pdptrs()
2914 if (is_paging(vcpu) && is_pae(vcpu) && !is_long_mode(vcpu)) { in ept_save_pdptrs()