Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iommu/
Damd_iommu_types.h407 struct protection_domain { struct
408 struct list_head list; /* for list of all protection domains */
409 struct list_head dev_list; /* List of all devices in this domain */
410 struct iommu_domain domain; /* generic domain handle used by
412 spinlock_t lock; /* mostly used to lock the page table*/
413 struct mutex api_lock; /* protect page tables in the iommu-api path */
414 u16 id; /* the domain id written to the device table */
415 int mode; /* paging mode (0-6 levels) */
416 u64 *pt_root; /* page table root pointer */
417 int glx; /* Number of levels for GCR3 table */
[all …]