Home
last modified time | relevance | path

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

/linux-3.3/drivers/iommu/
Damd_iommu_types.h379 struct protection_domain { struct
380 struct list_head list; /* for list of all protection domains */
381 struct list_head dev_list; /* List of all devices in this domain */
382 spinlock_t lock; /* mostly used to lock the page table*/
406 struct protection_domain *domain; /* Domain the device is bound to */ argument