Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Dtegra-smmu.c109 #define SMMU_TLB_FLUSH_VA_GROUP(addr) ((((addr) & 0xffffc000) >> 12) | \ macro
247 value |= SMMU_TLB_FLUSH_ASID_MATCH | SMMU_TLB_FLUSH_VA_GROUP(iova); in smmu_flush_tlb_group()