kvm_phys_shift
#define kvm_phys_size(mmu) (_AC(1, ULL) << kvm_phys_shift(mmu))
u64 limit = BIT(kvm_phys_shift(&host_mmu.arch.mmu) - PAGE_SHIFT);