Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/intel/
H A Dvtd.c188 ACPI_DMAR_DEVICE_SCOPE *device_scope; in vtd_device_scope() local
208 device_scope = (ACPI_DMAR_DEVICE_SCOPE *)(end - remaining); in vtd_device_scope()
209 remaining -= device_scope->Length; in vtd_device_scope()
211 switch (device_scope->EntryType){ in vtd_device_scope()
220 if (PCI_RID2BUS(rid) != device_scope->Bus) in vtd_device_scope()
223 pathend = (char *)device_scope + device_scope->Length; in vtd_device_scope()
224 pathremaining = device_scope->Length - sizeof(ACPI_DMAR_DEVICE_SCOPE); in vtd_device_scope()