Home
last modified time | relevance | path

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

/hypervisor/acpi_parser/
A Ddmar_parse.c40 static union pci_bdf dmar_path_bdf(int32_t path_len, uint8_t busno, const struct acpi_dmar_pci_path… in dmar_path_bdf() argument
49 for (i = 1; i < path_len; i++) { in dmar_path_bdf()
60 int32_t path_len, ret = -1; in handle_dmar_devscope() local
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()

Completed in 4 milliseconds