Searched refs:copied_tables (Results 1 – 2 of 2) sorted by relevance
708 unsigned long *copied_tables; /* bitmap of copied tables */ member975 if (!iommu->copied_tables) in context_copied()978 return test_bit(((long)bus << 8) | devfn, iommu->copied_tables); in context_copied()984 set_bit(((long)bus << 8) | devfn, iommu->copied_tables); in set_context_copied()990 clear_bit(((long)bus << 8) | devfn, iommu->copied_tables); in clear_context_copied()
996 if (iommu->copied_tables) { in free_dmar_iommu()997 bitmap_free(iommu->copied_tables); in free_dmar_iommu()998 iommu->copied_tables = NULL; in free_dmar_iommu()1549 iommu->copied_tables = bitmap_zalloc(BIT_ULL(16), GFP_KERNEL); in copy_translation_tables()1550 if (!iommu->copied_tables) in copy_translation_tables()