Home
last modified time | relevance | path

Searched refs:VTD_IQT_QT (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/i386/
H A Dintel_iommu_internal.h228 #define VTD_IQT_QT(dw_bit, val) (dw_bit ? (((val) >> 5) & 0x3fffULL) : \ macro
H A Dintel_iommu.c2852 s->iq_tail = VTD_IQT_QT(s->iq_dw, val); in vtd_handle_iqt_write()