xref: /linux/drivers/iommu/generic_pt/fmt/iommu_vtdss.c (revision 5448c1558f60d4051c90938f2878c6fb20e2982a)
1*5448c155SJason Gunthorpe // SPDX-License-Identifier: GPL-2.0-only
2*5448c155SJason Gunthorpe /*
3*5448c155SJason Gunthorpe  * Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES
4*5448c155SJason Gunthorpe  */
5*5448c155SJason Gunthorpe #define PT_FMT vtdss
6*5448c155SJason Gunthorpe #define PT_SUPPORTED_FEATURES                                            \
7*5448c155SJason Gunthorpe 	(BIT(PT_FEAT_FLUSH_RANGE) | BIT(PT_FEAT_VTDSS_FORCE_COHERENCE) | \
8*5448c155SJason Gunthorpe 	 BIT(PT_FEAT_VTDSS_FORCE_WRITEABLE) | BIT(PT_FEAT_DMA_INCOHERENT))
9*5448c155SJason Gunthorpe 
10*5448c155SJason Gunthorpe #include "iommu_template.h"
11