Home
last modified time | relevance | path

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

/openbmc/qemu/hw/riscv/
H A Driscv-iommu.c41 typedef struct RISCVIOMMUContext RISCVIOMMUContext; typedef
55 struct RISCVIOMMUContext { struct
56 uint64_t devid:24; /* Requester Id, AKA device_id */
57 uint64_t process_id:20; /* Process ID. PASID for PCIe */
58 uint64_t tc; /* Translation Control */
59 uint64_t ta; /* Translation Attributes */
60 uint64_t satp; /* S-Stage address translation and protection */
61 uint64_t gatp; /* G-Stage address translation and protection */
62 uint64_t msi_addr_mask; /* MSI filtering - address mask */
63 uint64_t msi_addr_pattern; /* MSI filtering - address pattern */
[all …]