Searched defs:protection_domain (Results 1 – 2 of 2) sorted by relevance
69080 struct protection_domain { struct69081 struct list_head list;69082 struct list_head dev_list;69083 struct iommu_domain domain;69084 spinlock_t lock;69085 u16 id;69086 int mode;69087 u64 *pt_root;69088 int glx;69089 u64 *gcr3_tbl;[all …]