Searched defs:x86_iommu (Results 1 – 2 of 2) sorted by relevance
65 struct x86_iommu { struct66 struct x86_unit_common *(*get_x86_common)(struct68 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
249 static struct x86_iommu *x86_iommu = &x86_no_iommu; variable