Lines Matching defs:iommu_softc
180 struct iommu_softc { struct
182 struct devlist_head devices;
183 int id;
184 int flags;
185 int segment;
187 struct mutex reg_lock;
189 bus_space_tag_t iot;
190 bus_space_handle_t ioh;
192 uint64_t cap;
193 uint64_t ecap;
194 uint32_t gcmd;
196 int mgaw;
197 int agaw;
198 int ndoms;
200 struct root_entry *root;
201 struct context_entry *ctx[256];
203 void *intr;
227 iommu_bad(struct iommu_softc *sc) in iommu_bad() argument