There was an error fetching the commit references. Please try again later.
iommu/amd: Add SVA domain support
- Allocate SVA domain and setup mmu notifier. In free path unregister mmu notifier and free protection domain. - Add mmu notifier callback function. It will retrieve SVA protection domain and invalidates IO/TLB. Signed-off-by:Vasant Hegde <vasant.hegde@amd.com> Reviewed-by:
Jason Gunthorpe <jgg@nvidia.com> Link: https://lore.kernel.org/r/20240418103400.6229-16-vasant.hegde@amd.com Signed-off-by:
Joerg Roedel <jroedel@suse.de>
Showing
- drivers/iommu/amd/amd_iommu.h 5 additions, 0 deletionsdrivers/iommu/amd/amd_iommu.h
- drivers/iommu/amd/amd_iommu_types.h 1 addition, 0 deletionsdrivers/iommu/amd/amd_iommu_types.h
- drivers/iommu/amd/iommu.c 7 additions, 3 deletionsdrivers/iommu/amd/iommu.c
- drivers/iommu/amd/pasid.c 80 additions, 0 deletionsdrivers/iommu/amd/pasid.c
Please register or sign in to comment