Searched refs:l1_base (Results 1 – 6 of 6) sorted by relevance
90 .l1_base = (uintptr_t)ARM_L1_GPT_BASE,
305 .l1_base = (uintptr_t)ARM_L1_GPT_BASE,
337 uint64_t addr, *pte, *l0_base, *l1_base; in smmu_set_pgtbl() local359 l1_base = l0_base + ((l0_index + 1) * ARM_LPAE_PGTBL_PTE_CNT); in smmu_set_pgtbl()364 *pte |= ((uint64_t)l1_base & ARM_LPAE_PTE_TABLE_MASK); in smmu_set_pgtbl()374 pte = l1_base + l1_index; in smmu_set_pgtbl()
47 .l1_base = ARM_L1_GPT_BASE,
258 arm_gpt_info->l1_base, in arm_gpt_setup()
44 uintptr_t l1_base; member