Searched defs:RISCVIOMMUEntry (Results 1 – 1 of 1) sorted by relevance
42 typedef struct RISCVIOMMUEntry RISCVIOMMUEntry; typedef68 struct RISCVIOMMUEntry { struct69 uint64_t iova:44; /* IOVA Page Number */70 uint64_t pscid:20; /* Process Soft-Context identifier */71 uint64_t phys:44; /* Physical Page Number */72 uint64_t gscid:16; /* Guest Soft-Context identifier */73 uint64_t perm:2; /* IOMMU_RW flags */