Lines Matching defs:RISCVIOMMUContext
102 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 */
113 uint64_t msiptp; /* MSI redirection page table pointer */