Home
last modified time | relevance | path

Searched defs:x86_iommu (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/x86/iommu/
H A Dx86_iommu.h65 struct x86_iommu { struct
66 struct x86_unit_common *(*get_x86_common)(struct
68 void (*unit_pre_instantiate_ctx)(struct iommu_unit *iommu);
69 void (*qi_ensure)(struct iommu_unit *unit, int descr_count);
70 void (*qi_emit_wait_descr)(struct iommu_unit *unit, uint32_t seq,
94 void set_x86_iommu(struct x86_iommu *); argument
H A Diommu_utils.c249 static struct x86_iommu *x86_iommu = &x86_no_iommu; variable