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.h102 typedef struct RISCVIOMMUContext RISCVIOMMUContext; typedef
104 struct RISCVIOMMUContext { struct
105 uint64_t devid:24; /* Requester Id, AKA device_id */
106 uint64_t process_id:20; /* Process ID. PASID for PCIe */
107 uint64_t tc; /* Translation Control */
108 uint64_t ta; /* Translation Attributes */
109 uint64_t satp; /* S-Stage address translation and protection */
110 uint64_t gatp; /* G-Stage address translation and protection */
111 uint64_t msi_addr_mask; /* MSI filtering - address mask */
112 uint64_t msi_addr_pattern; /* MSI filtering - address pattern */
[all …]