Searched defs:protection_domain (Results 1 – 1 of 1) sorted by relevance
556 struct protection_domain { struct557 struct list_head dev_list; /* List of all devices in this domain */558 struct iommu_domain domain; /* generic domain handle used by560 struct amd_io_pgtable iop;561 spinlock_t lock; /* mostly used to lock the page table*/562 u16 id; /* the domain id written to the device table */563 int glx; /* Number of levels for GCR3 table */564 int nid; /* Node ID */565 u64 *gcr3_tbl; /* Guest CR3 table */566 unsigned long flags; /* flags to find out type of domain */[all …]