Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/amd/
H A Damdvi_hw.c210 softc->iotlb = false; in amdvi_hw_enable_iotlb()
227 softc->iotlb = supported; in amdvi_hw_enable_iotlb()
377 if (!softc->iotlb) in amdvi_cmd_inv_iotlb()
1232 if (amdvi_dev_support_iotlb(softc, devid) && softc->iotlb) in amdvi_set_dte()
H A Damdvi_priv.h381 bool iotlb; /* IOTLB supported by IOMMU */ member