Searched refs:dmar_dev_scope (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/ |
D | dmar.h | 45 struct dmar_dev_scope { struct 57 struct dmar_dev_scope *devices;/* target device array */ argument 116 struct dmar_dev_scope **devices, u16 segment); 118 extern void dmar_free_dev_scope(struct dmar_dev_scope **devices, int *cnt); 121 struct dmar_dev_scope *devices, 124 u16 segment, struct dmar_dev_scope *devices,
|
/linux-4.4.14/drivers/iommu/ |
D | dmar.c | 110 return kcalloc(*cnt, sizeof(struct dmar_dev_scope), GFP_KERNEL); in dmar_alloc_dev_scope() 113 void dmar_free_dev_scope(struct dmar_dev_scope **devices, int *cnt) in dmar_free_dev_scope() 222 struct dmar_dev_scope *devices, in dmar_insert_dev_scope() 266 struct dmar_dev_scope *devices, int count) in dmar_remove_dev_scope() 639 static int dmar_pci_device_match(struct dmar_dev_scope devices[], in dmar_pci_device_match()
|
D | intel-iommu.c | 439 struct dmar_dev_scope *devices; /* target devices */ 446 struct dmar_dev_scope *devices; /* target devices */
|