Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/iommu/
H A Dsmmuvar.h149 #define SMMU_FEATURE_2_LVL_STREAM_TABLE (1 << 0) macro
H A Dsmmu.c378 if (sc->features & SMMU_FEATURE_2_LVL_STREAM_TABLE) { in smmu_dump_ste()
776 if (sc->features & SMMU_FEATURE_2_LVL_STREAM_TABLE) { in smmu_init_ste()
961 if (sc->features & SMMU_FEATURE_2_LVL_STREAM_TABLE) in smmu_init_strtab()
1027 if (sc->features & SMMU_FEATURE_2_LVL_STREAM_TABLE) { in smmu_deinit_l1_entry()
1306 sc->features |= SMMU_FEATURE_2_LVL_STREAM_TABLE; in smmu_check_features()
1436 sc->features &= ~SMMU_FEATURE_2_LVL_STREAM_TABLE; in smmu_check_features()
1777 if (sc->features & SMMU_FEATURE_2_LVL_STREAM_TABLE) { in smmu_ctx_alloc()