Home
last modified time | relevance | path

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

/include/linux/
Diommu.h733 struct iommu_fault_param { struct
734 struct mutex lock;
735 refcount_t users;
736 struct rcu_head rcu;
738 struct device *dev;
739 struct iopf_queue *queue;
740 struct list_head queue_list;
764 struct iommu_fault_param __rcu *fault_param; argument
1115 struct iommu_fault_param {}; struct