Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/
A Ddmar.c323 const struct acpi_dmar_device_scope *acpi_scope; in acpi_parse_dev_scope() local
343 acpi_scope = start; in acpi_parse_dev_scope()
344 path = (const void *)(acpi_scope + 1); in acpi_parse_dev_scope()
345 depth = (acpi_scope->length - sizeof(*acpi_scope)) / sizeof(*path); in acpi_parse_dev_scope()
346 bus = acpi_scope->bus; in acpi_parse_dev_scope()
355 switch ( acpi_scope->entry_type ) in acpi_parse_dev_scope()
366 acpi_scope->bus, sec_bus, sub_bus); in acpi_parse_dev_scope()
384 acpi_hpet_unit->id = acpi_scope->enumeration_id; in acpi_parse_dev_scope()
430 acpi_scope->entry_type); in acpi_parse_dev_scope()
431 start += acpi_scope->length; in acpi_parse_dev_scope()
[all …]

Completed in 4 milliseconds