Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/iommu/
H A Dsmmu.c127 #define STRTAB_STE_DWORDS 8 macro
390 sid * (STRTAB_STE_DWORDS << 3)); in smmu_dump_ste()
394 for (i = 0; i < STRTAB_STE_DWORDS; i++) in smmu_dump_ste()
779 addr += (sid & ((1 << STRTAB_SPLIT) - 1)) * STRTAB_STE_DWORDS; in smmu_init_ste()
782 STRTAB_STE_DWORDS * 8 * sid); in smmu_init_ste()
865 size = strtab->num_l1_entries * (STRTAB_STE_DWORDS << 3); in smmu_init_strtab_linear()
982 size = 1 << (STRTAB_SPLIT + ilog2(STRTAB_STE_DWORDS) + 3); in smmu_init_l1_entry()