Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/intel/
H A Dvtd.c183 ACPI_DMAR_DEVICE_SCOPE *device_scope; in vtd_device_scope() local
203 device_scope = (ACPI_DMAR_DEVICE_SCOPE *)(end - remaining); in vtd_device_scope()
204 remaining -= device_scope->Length; in vtd_device_scope()
206 switch (device_scope->EntryType){ in vtd_device_scope()
215 if (PCI_RID2BUS(rid) != device_scope->Bus) in vtd_device_scope()
218 pathend = (char *)device_scope + device_scope->Length; in vtd_device_scope()
219 pathremaining = device_scope->Length - sizeof(ACPI_DMAR_DEVICE_SCOPE); in vtd_device_scope()