Home
last modified time | relevance | path

Searched refs:dmar_pci_notify_info_buf (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/iommu/intel/
H A Ddmar.c120 static char dmar_pci_notify_info_buf[64]; variable
145 if (size <= sizeof(dmar_pci_notify_info_buf)) { in dmar_alloc_pci_notify_info()
146 info = (struct dmar_pci_notify_info *)dmar_pci_notify_info_buf; in dmar_alloc_pci_notify_info()
178 if ((void *)info != dmar_pci_notify_info_buf) in dmar_free_pci_notify_info()
/kernel/linux/linux-6.6/drivers/iommu/intel/
H A Ddmar.c120 static char dmar_pci_notify_info_buf[64]; variable
143 if (size <= sizeof(dmar_pci_notify_info_buf)) { in dmar_alloc_pci_notify_info()
144 info = (struct dmar_pci_notify_info *)dmar_pci_notify_info_buf; in dmar_alloc_pci_notify_info()
174 if ((void *)info != dmar_pci_notify_info_buf) in dmar_free_pci_notify_info()

Completed in 7 milliseconds