Searched defs:RISCVIOMMUState (Results 1 – 2 of 2) sorted by relevance
25 struct RISCVIOMMUState { struct27 DeviceState parent_obj;30 uint32_t version; /* Reported interface version number */31 uint32_t pid_bits; /* process identifier width */32 uint32_t bus; /* PCI bus mapping for non-root endpoints */56 void (*notify)(RISCVIOMMUState *iommu, unsigned vector); argument82 QLIST_ENTRY(RISCVIOMMUState) iommus; argument
27 typedef struct RISCVIOMMUState RISCVIOMMUState; typedef