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.h816 struct iommu_fault_param { struct
817 struct mutex lock;
818 refcount_t users;
819 struct rcu_head rcu;
821 struct device *dev;
822 struct iopf_queue *queue;
823 struct list_head queue_list;
847 struct iommu_fault_param __rcu *fault_param; argument
1196 struct iommu_fault_param {}; struct