Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmm/amd/
H A Damdvi_priv.h269 #define IVHD_FLAG_IOTLB BIT(4) /* IOTLB support. */ macro
H A Damdvi_hw.c211 supported = (softc->ivhd_flag & IVHD_FLAG_IOTLB) ? true : false; in amdvi_hw_enable_iotlb()