Home
last modified time | relevance | path

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

/qemu/hw/i386/
H A Dintel_iommu_internal.h117 #define VTD_IOTLB_SID_SHIFT 26 macro
H A Dintel_iommu.c224 uint64_t hash64 = key->gfn | ((uint64_t)(key->sid) << VTD_IOTLB_SID_SHIFT) | in vtd_iotlb_hash()