Searched refs:IMMU_PCI_DEVFUNC (Results 1 – 3 of 3) sorted by relevance
982 IMMU_PCI_DEVFUNC(scope->scp_dev, in immu_dmar_rmrr_map()1097 IMMU_PCI_DEVFUNC(scope->scp_dev, in immu_dmar_get_immu()1151 IMMU_PCI_DEVFUNC(scope->scp_dev, in immu_dmar_get_immu()
726 immu_devi->imd_devfunc = IMMU_PCI_DEVFUNC(dev, func); in create_immu_devi()
156 #define IMMU_PCI_DEVFUNC(d, f) (((d) << 3) | (f)) /* create devfunc */ macro