Searched defs:iommufd_ctx (Results 1 – 2 of 2) sorted by relevance
41 struct iommufd_ctx { struct42 struct file *file;43 struct xarray objects;44 struct xarray groups;45 wait_queue_head_t destroy_wait;46 struct rw_semaphore ioas_creation_lock;48 struct mutex sw_msi_lock;49 struct list_head sw_msi_list;50 unsigned int sw_msi_id;52 u8 account_mode;[all …]
2387 struct iommufd_ctx *iommufd_ctx) in vfio_pci_dev_set_hot_reset()