Searched refs:VTD_CCMD_CIRG_MASK (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/i386/ | ||
H A D | intel_iommu_internal.h | 165 #define VTD_CCMD_CIRG_MASK (3ULL << 61) macro |
H A D | intel_iommu.c | 2167 uint64_t type = val & VTD_CCMD_CIRG_MASK; in vtd_context_cache_invalidate() |