Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Dtegra-smmu.c107 #define SMMU_TLB_FLUSH_VA_SECTION(addr) ((((addr) & 0xffc00000) >> 12) | \ macro
232 value |= SMMU_TLB_FLUSH_ASID_MATCH | SMMU_TLB_FLUSH_VA_SECTION(iova); in smmu_flush_tlb_section()