Home
last modified time | relevance | path

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

/hypervisor/acpi_parser/
A Ddmar_parse.c63 struct acpi_dmar_device_scope *apci_devscope = addr; in handle_dmar_devscope() local
66 (remaining >= (int32_t)apci_devscope->length)) { in handle_dmar_devscope()
67 path = (struct acpi_dmar_pci_path *)(apci_devscope + 1); in handle_dmar_devscope()
68 path_len = (int32_t)((apci_devscope->length - sizeof(struct acpi_dmar_device_scope)) / in handle_dmar_devscope()
71 dmar_bdf = dmar_path_bdf(path_len, apci_devscope->bus, path); in handle_dmar_devscope()
72 dev_scope->id = apci_devscope->enumeration_id; in handle_dmar_devscope()
73 dev_scope->type = apci_devscope->entry_type; in handle_dmar_devscope()
76 ret = (int32_t)apci_devscope->length; in handle_dmar_devscope()

Completed in 3 milliseconds