Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmm/amd/
H A Damdvi_priv.h376 struct amdvi_softc { struct
377 struct amdvi_ctrl *ctrl; /* Control area. */
378 device_t dev; /* IOMMU device. */
379 device_t pci_dev; /* IOMMU PCI function device. */
380 enum IvrsType ivhd_type; /* IOMMU IVHD type. */
381 bool iotlb; /* IOTLB supported by IOMMU */
382 struct amdvi_cmd *cmd; /* Command descriptor area. */
406 int amdvi_setup_hw(struct amdvi_softc *softc); argument