Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kvm/
A Dmmu.h66 static inline gfn_t kvm_mmu_max_gfn(void) in kvm_mmu_max_gfn() function
A Dx86.c12510 if ((new->base_gfn + new->npages - 1) > kvm_mmu_max_gfn()) in kvm_arch_prepare_memory_region()
/linux-6.3-rc2/arch/x86/kvm/mmu/
A Dtdp_mmu.c846 return kvm_mmu_max_gfn() + 1; in tdp_mmu_max_gfn_exclusive()
A Dmmu.c3261 if (unlikely(fault->gfn > kvm_mmu_max_gfn())) in kvm_handle_noslot_fault()

Completed in 46 milliseconds