Searched refs:IMMU_PCI_DEVFUNC (Results 1 – 3 of 3) sorted by relevance
981 IMMU_PCI_DEVFUNC(scope->scp_dev, in immu_dmar_rmrr_map()1096 IMMU_PCI_DEVFUNC(scope->scp_dev, in immu_dmar_get_immu()1150 IMMU_PCI_DEVFUNC(scope->scp_dev, in immu_dmar_get_immu()
724 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