Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
Diommu.h775 struct iommu_fault_param { struct
776 struct mutex lock;
777 refcount_t users;
778 struct rcu_head rcu;
780 struct device *dev;
781 struct iopf_queue *queue;
782 struct list_head queue_list;
806 struct iommu_fault_param __rcu *fault_param; argument
1152 struct iommu_fault_param {}; struct