Searched refs:l1_desc (Results 1 – 1 of 1) sorted by relevance
375 struct l1_desc *l1_desc; in smmu_dump_ste() local387 l1_desc = &strtab->l1[i]; in smmu_dump_ste()388 ste = l1_desc->va; in smmu_dump_ste()774 struct l1_desc *l1_desc; in smmu_get_ste_addr() local780 l1_desc = &strtab->l1[sid >> STRTAB_SPLIT]; in smmu_get_ste_addr()781 addr = l1_desc->va; in smmu_get_ste_addr()960 sz = strtab->num_l1_entries * sizeof(struct l1_desc); in smmu_init_strtab_2lvl()996 struct l1_desc *l1_desc; in smmu_init_l1_entry() local1003 l1_desc = &strtab->l1[sid >> STRTAB_SPLIT]; in smmu_init_l1_entry()1004 if (l1_desc->va) { in smmu_init_l1_entry()[all …]