Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/intel/
H A Dvtd.c187 ACPI_DMAR_HARDWARE_UNIT *drhd; in vtd_device_scope() local
192 drhd = drhds[i]; in vtd_device_scope()
194 if (VTD_DRHD_INCLUDE_PCI_ALL(drhd->Flags)) { in vtd_device_scope()
205 end = (char *)drhd + drhd->Header.Length; in vtd_device_scope()
206 remaining = drhd->Header.Length - sizeof(ACPI_DMAR_HARDWARE_UNIT); in vtd_device_scope()
317 ACPI_DMAR_HARDWARE_UNIT *drhd; in vtd_init() local
359 drhd = (ACPI_DMAR_HARDWARE_UNIT *)hdr; in vtd_init()
360 drhds[units] = drhd; in vtd_init()
361 vtdmaps[units] = (struct vtdmap *)PHYS_TO_DMAP(drhd->Address); in vtd_init()