Home
last modified time | relevance | path

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

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