Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/amd/
H A Damdvi_priv.h269 #define IVHD_FLAG_IOTLB BIT(4) /* IOTLB support. */ macro
H A Damdvi_hw.c214 supported = (softc->ivhd_flag & IVHD_FLAG_IOTLB) ? true : false; in amdvi_hw_enable_iotlb()