Searched refs:VTCR_EL2_IPA (Results 1 – 3 of 3) sorted by relevance
148 #define kvm_phys_shift(kvm) VTCR_EL2_IPA(kvm->arch.vtcr)
202 #define VTCR_EL2_IPA(vtcr) (64 - ((vtcr) & VTCR_EL2_T0SZ_MASK)) macro
1280 u32 ia_bits = VTCR_EL2_IPA(vtcr); in __kvm_pgtable_stage2_init()1303 u32 ia_bits = VTCR_EL2_IPA(vtcr); in kvm_pgtable_stage2_pgd_size()