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

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

Completed in 104 milliseconds