Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iommu/amd/
H A Damd_iommu_types.h477 struct protection_domain { struct
478 struct list_head dev_list; /* List of all devices in this domain */
479 struct iommu_domain domain; /* generic domain handle used by
481 spinlock_t lock; /* mostly used to lock the page table*/
482 u16 id; /* the domain id written to the device table */
483 atomic64_t pt_root; /* pgtable root and pgtable mode */
484 int glx; /* Number of levels for GCR3 table */
485 u64 *gcr3_tbl; /* Guest CR3 table */
486 unsigned long flags; /* flags to find out type of domain */
487 unsigned dev_cnt; /* devices assigned to this domain */
[all …]