Home
last modified time | relevance | path

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

/openbmc/qemu/hw/riscv/
H A Driscv-iommu.h30 struct RISCVIOMMUState { struct
32 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); argument
82 QLIST_ENTRY(RISCVIOMMUState) iommus; argument
96 void riscv_iommu_pci_setup_iommu(RISCVIOMMUState *iommu, PCIBus *bus, argument
/openbmc/qemu/include/hw/riscv/
H A Diommu.h27 typedef struct RISCVIOMMUState RISCVIOMMUState; typedef