Searched defs:protection_domain (Results 1 – 1 of 1) sorted by relevance
472 struct protection_domain { struct473 struct list_head dev_list; /* List of all devices in this domain */474 struct iommu_domain domain; /* generic domain handle used by476 spinlock_t lock; /* mostly used to lock the page table*/477 u16 id; /* the domain id written to the device table */478 atomic64_t pt_root; /* pgtable root and pgtable mode */479 int glx; /* Number of levels for GCR3 table */480 u64 *gcr3_tbl; /* Guest CR3 table */481 unsigned long flags; /* flags to find out type of domain */482 unsigned dev_cnt; /* devices assigned to this domain */[all …]