Home
last modified time | relevance | path

Searched refs:IMMU_PCI_DEVFUNC (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/i86pc/io/
H A Dimmu_dmar.c981 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()
H A Dimmu_dvma.c724 immu_devi->imd_devfunc = IMMU_PCI_DEVFUNC(dev, func); in create_immu_devi()
/titanic_50/usr/src/uts/i86pc/sys/
H A Dimmu.h156 #define IMMU_PCI_DEVFUNC(d, f) (((d) << 3) | (f)) /* create devfunc */ macro