Home
last modified time | relevance | path

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

/linux/drivers/iommu/amd/
A Damd_iommu_types.h514 struct protection_domain { struct
515 struct list_head dev_list; /* List of all devices in this domain */
516 struct iommu_domain domain; /* generic domain handle used by
518 struct amd_io_pgtable iop;
519 spinlock_t lock; /* mostly used to lock the page table*/
520 u16 id; /* the domain id written to the device table */
521 int glx; /* Number of levels for GCR3 table */
522 u64 *gcr3_tbl; /* Guest CR3 table */
523 unsigned long flags; /* flags to find out type of domain */
524 unsigned dev_cnt; /* devices assigned to this domain */
[all …]

Completed in 10 milliseconds