Home
last modified time | relevance | path

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

/linux/drivers/iommu/intel/
H A Diommu.h730 unsigned long *copied_tables; /* bitmap of copied tables */ member
1028 if (!iommu->copied_tables) in context_copied()
1031 return test_bit(((long)bus << 8) | devfn, iommu->copied_tables); in context_copied()
1037 set_bit(((long)bus << 8) | devfn, iommu->copied_tables); in set_context_copied()
1043 clear_bit(((long)bus << 8) | devfn, iommu->copied_tables); in clear_context_copied()
H A Diommu.c1309 if (iommu->copied_tables) { in free_dmar_iommu()
1310 bitmap_free(iommu->copied_tables); in free_dmar_iommu()
1311 iommu->copied_tables = NULL; in free_dmar_iommu()
2025 iommu->copied_tables = bitmap_zalloc(BIT_ULL(16), GFP_KERNEL); in copy_translation_tables()
2026 if (!iommu->copied_tables) in copy_translation_tables()