Home
last modified time | relevance | path

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

/linux/include/linux/
H A Diommu.h771 struct iommu_fault_param { struct
772 struct mutex lock;
773 refcount_t users;
774 struct rcu_head rcu;
776 struct device *dev;
777 struct iopf_queue *queue;
778 struct list_head queue_list;
802 struct iommu_fault_param __rcu *fault_param; argument
1149 struct iommu_fault_param {}; struct