Searched refs:dmar_dev_scope (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/include/linux/ |
D | dmar.h | 34 struct dmar_dev_scope { struct 46 struct dmar_dev_scope *devices;/* target device array */ argument 108 struct dmar_dev_scope **devices, u16 segment); 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-v5.4/drivers/iommu/ |
D | dmar.c | 100 return kcalloc(*cnt, sizeof(struct dmar_dev_scope), GFP_KERNEL); in dmar_alloc_dev_scope() 103 void dmar_free_dev_scope(struct dmar_dev_scope **devices, int *cnt) in dmar_free_dev_scope() 212 struct dmar_dev_scope *devices, in dmar_insert_dev_scope() 268 struct dmar_dev_scope *devices, int count) in dmar_remove_dev_scope() 643 static int dmar_pci_device_match(struct dmar_dev_scope devices[], in dmar_pci_device_match()
|
D | intel-iommu.c | 319 struct dmar_dev_scope *devices; /* target devices */ 326 struct dmar_dev_scope *devices; /* target devices */
|