Home
last modified time | relevance | path

Searched refs:l1_desc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/arm64/iommu/
H A Dsmmu.c375 struct l1_desc *l1_desc; in smmu_dump_ste() local
387 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() local
780 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() local
1003 l1_desc = &strtab->l1[sid >> STRTAB_SPLIT]; in smmu_init_l1_entry()
1004 if (l1_desc->va) { in smmu_init_l1_entry()
[all …]