Home
last modified time | relevance | path

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

/qemu/hw/riscv/
H A Driscv-iommu.c43 typedef struct RISCVIOMMUEntry RISCVIOMMUEntry; typedef
63 struct RISCVIOMMUEntry { struct
64 RISCVIOMMUTransTag tag; /* Translation Tag */
65 uint64_t iova:44; /* IOVA Page Number */
66 uint64_t pscid:20; /* Process Soft-Context identifier */
67 uint64_t phys:44; /* Physical Page Number */
68 uint64_t gscid:16; /* Guest Soft-Context identifier */
69 uint64_t perm:2; /* IOMMU_RW flags */