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.h25 struct RISCVIOMMUState { struct
27 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); argument
82 QLIST_ENTRY(RISCVIOMMUState) iommus; argument
/openbmc/qemu/include/hw/riscv/
H A Diommu.h27 typedef struct RISCVIOMMUState RISCVIOMMUState; typedef