Lines Matching +full:wait +full:- +full:free +full:- +full:us
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2013-2015, 2024 The FreeBSD Foundation
40 #define IOMMU_PAGE_MASK (IOMMU_PAGE_SIZE - 1)
44 #define IOMMU_PTEMASK (IOMMU_NPTEPG - 1)
76 void (*domain_unload_entry)(struct iommu_map_entry *entry, bool free,
125 * Hw writes there on completion of wait descriptor
127 * 8-bytes write. Due to little-endian, and use of 4-byte
128 * sequence numbers, the difference does not matter for us.
133 uint32_t inv_waitd_seq; /* next sequence number to use for wait descr */
171 void iommu_domain_free_entry(struct iommu_map_entry *entry, bool free);