Lines Matching +full:ats +full:- +full:supported
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
40 ((1 << (((n) - (m)) + 1)) - 1))
45 #define AMDVI_PCI_CAP_IOTLB BIT(0) /* IOTLB is supported. */
57 #define AMDVI_EX_FEA_NXSUP BIT(3) /* No-execute. */
68 * NOTE: Must be 256-bits/32 bytes aligned.
283 /* IVHD 8-byte extended data settings. */
284 #define IVHD_DEV_EXT_ATS_DISABLE BIT(31) /* Disable ATS */
318 /* Maximum number of domains supported by IOMMU. */
319 #define AMDVI_MAX_DOMAIN (BIT(16) - 1)
349 bool enable_ats; /* ATS enabled for the device. */
350 int ats_qlen; /* ATS invalidation queue depth. */
381 bool iotlb; /* IOTLB supported by IOMMU */