Searched refs:dmar_dev_scope (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/include/linux/ |
D | dmar.h | 30 struct dmar_dev_scope { struct 43 struct dmar_dev_scope *devices;/* target device array */ argument 110 extern void dmar_free_dev_scope(struct dmar_dev_scope **devices, int *cnt); 113 struct dmar_dev_scope *devices, 116 u16 segment, struct dmar_dev_scope *devices,
|
/Linux-v6.6/drivers/iommu/intel/ |
D | dmar.c | 101 return kcalloc(*cnt, sizeof(struct dmar_dev_scope), GFP_KERNEL); in dmar_alloc_dev_scope() 104 void dmar_free_dev_scope(struct dmar_dev_scope **devices, int *cnt) in dmar_free_dev_scope() 216 struct dmar_dev_scope *devices, in dmar_insert_dev_scope() 273 struct dmar_dev_scope *devices, int count) in dmar_remove_dev_scope() 680 static int dmar_pci_device_match(struct dmar_dev_scope devices[], in dmar_pci_device_match()
|
D | iommu.c | 257 struct dmar_dev_scope *devices; /* target devices */ 264 struct dmar_dev_scope *devices; /* target devices */ 272 struct dmar_dev_scope *devices; /* target devices */
|