Searched refs:phys_shift (Results 1 – 4 of 4) sorted by relevance
402 u32 phys_shift; in kvm_arm_setup_stage2() local407 phys_shift = KVM_VM_TYPE_ARM_IPA_SIZE(type); in kvm_arm_setup_stage2()408 if (phys_shift) { in kvm_arm_setup_stage2()409 if (phys_shift > kvm_ipa_limit || in kvm_arm_setup_stage2()410 phys_shift < ARM64_MIN_PARANGE_BITS) in kvm_arm_setup_stage2()413 phys_shift = KVM_PHYS_SHIFT; in kvm_arm_setup_stage2()414 if (phys_shift > kvm_ipa_limit) { in kvm_arm_setup_stage2()423 kvm->arch.vtcr = kvm_get_vtcr(mmfr0, mmfr1, phys_shift); in kvm_arm_setup_stage2()
108 u32 parange, phys_shift; in prepare_host_vtcr() local112 phys_shift = id_aa64mmfr0_parange_to_phys_shift(parange); in prepare_host_vtcr()115 id_aa64mmfr1_el1_sys_val, phys_shift); in prepare_host_vtcr()
297 u64 kvm_get_vtcr(u64 mmfr0, u64 mmfr1, u32 phys_shift);
582 u64 kvm_get_vtcr(u64 mmfr0, u64 mmfr1, u32 phys_shift) in kvm_get_vtcr() argument588 vtcr |= VTCR_EL2_T0SZ(phys_shift); in kvm_get_vtcr()593 lvls = stage2_pgtable_levels(phys_shift); in kvm_get_vtcr()