]> git.ipfire.org Git - thirdparty/linux.git/commit
iommu/vt-d: Refactor IOTLB and Dev-IOTLB flush for batching
authorTina Zhang <tina.zhang@intel.com>
Mon, 2 Sep 2024 02:27:22 +0000 (10:27 +0800)
committerJoerg Roedel <jroedel@suse.de>
Mon, 2 Sep 2024 16:15:01 +0000 (18:15 +0200)
commit3297d047cd7f502ea7bd949fe070bf01c02aec3e
tree4c08ba130e535ca8723ee806ac773af53e5e011d
parentf701c9f36bcb7940f9c53413b508de8c9cb0321c
iommu/vt-d: Refactor IOTLB and Dev-IOTLB flush for batching

Extracts IOTLB and Dev-IOTLB invalidation logic from cache tag flush
interfaces into dedicated helper functions. It prepares the codebase
for upcoming changes to support batched cache invalidations.

To enable direct use of qi_flush helpers in the new functions,
iommu->flush.flush_iotlb and quirk_extra_dev_tlb_flush() are opened up.

No functional changes are intended.

Co-developed-by: Lu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: Tina Zhang <tina.zhang@intel.com>
Link: https://lore.kernel.org/r/20240815065221.50328-3-tina.zhang@intel.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/intel/cache.c
drivers/iommu/intel/iommu.c
drivers/iommu/intel/iommu.h