Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/intel/
H A Diommu.h726 unsigned long *copied_tables; /* bitmap of copied tables */ member
1012 if (!iommu->copied_tables) in context_copied()
1015 return test_bit(((long)bus << 8) | devfn, iommu->copied_tables); in context_copied()
1021 set_bit(((long)bus << 8) | devfn, iommu->copied_tables); in set_context_copied()
1027 clear_bit(((long)bus << 8) | devfn, iommu->copied_tables); in clear_context_copied()
H A Diommu.c1351 if (iommu->copied_tables) { in free_dmar_iommu()
1352 bitmap_free(iommu->copied_tables); in free_dmar_iommu()
1353 iommu->copied_tables = NULL; in free_dmar_iommu()
2085 iommu->copied_tables = bitmap_zalloc(BIT_ULL(16), GFP_KERNEL); in copy_translation_tables()
2086 if (!iommu->copied_tables) in copy_translation_tables()