Searched refs:VTCR_EL2_IPA (Results 1 – 3 of 3) sorted by relevance
149 #define kvm_phys_shift(kvm) VTCR_EL2_IPA(kvm->arch.vtcr)
203 #define VTCR_EL2_IPA(vtcr) (64 - ((vtcr) & VTCR_EL2_T0SZ_MASK)) macro
1218 u32 ia_bits = VTCR_EL2_IPA(vtcr); in __kvm_pgtable_stage2_init()1241 u32 ia_bits = VTCR_EL2_IPA(vtcr); in kvm_pgtable_stage2_pgd_size()
Completed in 9 milliseconds