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.h848 struct iommu_fault_param { struct
849 struct mutex lock;
850 refcount_t users;
851 struct rcu_head rcu;
853 struct device *dev;
854 struct iopf_queue *queue;
855 struct list_head queue_list;
879 struct iommu_fault_param __rcu *fault_param; argument
1234 struct iommu_fault_param {}; struct