Searched defs:RISCVIOMMUState (Results 1 – 2 of 2) sorted by relevance
30 struct RISCVIOMMUState { struct32 DeviceState parent_obj;35 uint32_t version; /* Reported interface version number */36 uint32_t pid_bits; /* process identifier width */37 uint32_t bus; /* PCI bus mapping for non-root endpoints */61 void (*notify)(RISCVIOMMUState *iommu, unsigned vector); argument82 QLIST_ENTRY(RISCVIOMMUState) iommus; argument96 void riscv_iommu_pci_setup_iommu(RISCVIOMMUState *iommu, PCIBus *bus, argument
27 typedef struct RISCVIOMMUState RISCVIOMMUState; typedef