Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dintel_iommu_internal.h220 #define VTD_CAP_SAGAW_SHIFT 8 macro
221 #define VTD_CAP_SAGAW_MASK (0x1fULL << VTD_CAP_SAGAW_SHIFT)
223 #define VTD_CAP_SAGAW_39bit (0x2ULL << VTD_CAP_SAGAW_SHIFT)
225 #define VTD_CAP_SAGAW_48bit (0x4ULL << VTD_CAP_SAGAW_SHIFT)
H A Dintel_iommu.c754 (1ULL << (level - 2 + VTD_CAP_SAGAW_SHIFT)); in vtd_is_level_supported()