Searched defs:RISCVIOMMUContext (Results 1 – 1 of 1) sorted by relevance
41 typedef struct RISCVIOMMUContext RISCVIOMMUContext; typedef55 struct RISCVIOMMUContext { struct56 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 …]