Lines Matching defs:phys_shift
33 /* Maximum phys_shift supported for any VM on this host */
433 u32 parange, phys_shift;
439 phys_shift = KVM_VM_TYPE_ARM_IPA_SIZE(type);
440 if (phys_shift) {
441 if (phys_shift > kvm_ipa_limit ||
442 phys_shift < 32)
445 phys_shift = KVM_PHYS_SHIFT;
446 if (phys_shift > kvm_ipa_limit) {
460 vtcr |= VTCR_EL2_T0SZ(phys_shift);
465 lvls = stage2_pgtable_levels(phys_shift);