Searched defs:IOTLB_INV_DSC_LOW (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_qinv.c110 #define IOTLB_INV_DSC_LOW(did, dr, dw, g) (((uint64_t)(did) << 16) | \ macro
255 dsc.lo = IOTLB_INV_DSC_LOW(domain_id, dr, dw, type);
261 dsc.lo = IOTLB_INV_DSC_LOW(domain_id, dr, dw, type);
266 dsc.lo = IOTLB_INV_DSC_LOW(0, dr, dw, type);

Completed in 60 milliseconds