Lines Matching refs:asid
193 unsigned long asid) in smmu_flush_tlb_asid() argument
197 value = SMMU_TLB_FLUSH_ASID_MATCH | SMMU_TLB_FLUSH_ASID(asid) | in smmu_flush_tlb_asid()
203 unsigned long asid, in smmu_flush_tlb_section() argument
208 value = SMMU_TLB_FLUSH_ASID_MATCH | SMMU_TLB_FLUSH_ASID(asid) | in smmu_flush_tlb_section()
214 unsigned long asid, in smmu_flush_tlb_group() argument
219 value = SMMU_TLB_FLUSH_ASID_MATCH | SMMU_TLB_FLUSH_ASID(asid) | in smmu_flush_tlb_group()
328 unsigned int asid) in tegra_smmu_enable() argument
349 value |= SMMU_ASID_VALUE(asid); in tegra_smmu_enable()
356 unsigned int asid) in tegra_smmu_disable() argument
366 value |= SMMU_ASID_VALUE(asid); in tegra_smmu_disable()
778 unsigned int asid; in tegra_smmu_swgroups_show() local
787 asid = value & SMMU_ASID_MASK; in tegra_smmu_swgroups_show()
790 asid); in tegra_smmu_swgroups_show()