Home
last modified time | relevance | path

Searched defs:iommu_unit (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/iommu/
H A Diommu.h71 struct iommu_unit { struct
72 struct mtx lock;
73 device_t dev;
74 int unit;
75 struct sysctl_ctx_list sysctl_ctx;
77 int dma_enabled;
80 struct task dmamap_load_task;
82 struct taskqueue *delayed_taskqueue;
108 struct iommu_unit *iommu; /* (c) */ argument
/freebsd/sys/arm64/iommu/
H A Diommu_if.m90 struct iommu_unit *iommu; struct
/freebsd/sys/x86/iommu/
H A Diommu_utils.c533 iommu_qi_common_fini(struct iommu_unit *unit, void (*disable_qi)( in iommu_qi_common_fini()