Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Diommu.h760 struct iommu_fault_param { struct
761 struct mutex lock;
762 refcount_t users;
763 struct rcu_head rcu;
765 struct device *dev;
766 struct iopf_queue *queue;
767 struct list_head queue_list;
791 struct iommu_fault_param __rcu *fault_param; argument
1138 struct iommu_fault_param {}; struct