Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i386/
H A Dintel_iommu.h42 #define VTD_SID_TO_BUS(sid) (((sid) >> 8) & 0xff) macro
/openbmc/qemu/hw/i386/
H A Dintel_iommu.c2130 bus_n = VTD_SID_TO_BUS(source_id); in vtd_context_device_invalidate()