Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dx86.h188 static inline bool is_pae(struct kvm_vcpu *vcpu) in is_pae() function
205 return !is_long_mode(vcpu) && is_pae(vcpu) && is_paging(vcpu); in is_pae_paging()
H A Dx86.c988 if (!is_pae(vcpu)) in kvm_set_cr0()
996 is_pae(vcpu) && ((cr0 ^ old_cr0) & X86_CR0_PDPTR_BITS) && in kvm_set_cr0()
/openbmc/linux/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h358 if (KVM_BUG_ON(is_long_mode(vcpu) && !is_pae(vcpu), vcpu->kvm)) in FNAME()
H A Dmmu.c5396 else if (is_pae(vcpu)) in init_kvm_nested_mmu()
5559 if (is_pae(vcpu) && *bytes == 4) { in mmu_pte_write_fetch_gpte()