Home
last modified time | relevance | path

Searched refs:ivhd_flag (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmm/amd/
H A Damdvi_hw.c211 supported = (softc->ivhd_flag & IVHD_FLAG_IOTLB) ? true : false; in amdvi_hw_enable_iotlb()
1325 if (softc->ivhd_flag & IVHD_FLAG_COH) in amdvi_enable()
1327 if (softc->ivhd_flag & IVHD_FLAG_HTT) in amdvi_enable()
1329 if (softc->ivhd_flag & IVHD_FLAG_RPPW) in amdvi_enable()
1331 if (softc->ivhd_flag & IVHD_FLAG_PPW) in amdvi_enable()
1333 if (softc->ivhd_flag & IVHD_FLAG_ISOC) in amdvi_enable()
H A Divrs_drv.c612 ivhd_print_flag(dev, softc->ivhd_type, softc->ivhd_flag); in ivhd_print_cap()
655 softc->ivhd_flag = ivhd->Header.Flags; in ivhd_attach()
H A Damdvi_priv.h388 uint32_t ivhd_flag; /* ACPI IVHD flag. */ member