Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/
Dx86.h173 static inline int is_pae(struct kvm_vcpu *vcpu) in is_pae() function
190 return !is_long_mode(vcpu) && is_pae(vcpu) && is_paging(vcpu); in is_pae_paging()
Dx86.c955 if (!is_pae(vcpu)) in kvm_set_cr0()
963 is_pae(vcpu) && ((cr0 ^ old_cr0) & X86_CR0_PDPTR_BITS) && in kvm_set_cr0()
/linux-6.1.9/arch/x86/kvm/mmu/
Dpaging_tmpl.h341 ASSERT(!(is_long_mode(vcpu) && !is_pae(vcpu))); in FNAME()
Dmmu.c5232 else if (is_pae(vcpu)) in init_kvm_nested_mmu()
5390 if (is_pae(vcpu) && *bytes == 4) { in mmu_pte_write_fetch_gpte()