Searched defs:protection_domain (Results 1 – 1 of 1) sorted by relevance
379 struct protection_domain { struct380 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