Searched refs:devscope (Results 1 – 2 of 2) sorted by relevance
683 if (devscope->Length < sizeof(*devscope)) { in dmar_match_devscope()685 devscope->Length); in dmar_match_devscope()691 path_len = devscope->Length - sizeof(*devscope); in dmar_match_devscope()694 devscope->Length); in dmar_match_devscope()701 devscope->Length); in dmar_match_devscope()732 ptr += devscope->Length; in dmar_match_by_path()856 (devscope + 1); in dmar_find_nonpci()920 ptr += devscope->Length; in dmar_rmrr_iter()1005 ptr += devscope->Length; in dmar_inst_rmrr_iter()1013 devscope->Bus, in dmar_inst_rmrr_iter()[all …]
1011 ACPI_DMAR_DEVICE_SCOPE *devscope = addr; in acpi_handle_dmar_devscope() local1016 if (remaining < devscope->Length) in acpi_handle_dmar_devscope()1020 printf("\t\tType=%s\n", devscope_type2str(devscope->EntryType)); in acpi_handle_dmar_devscope()1021 printf("\t\tLength=%d\n", devscope->Length); in acpi_handle_dmar_devscope()1022 printf("\t\tEnumerationId=%d\n", devscope->EnumerationId); in acpi_handle_dmar_devscope()1023 printf("\t\tStartBusNumber=%d\n", devscope->Bus); in acpi_handle_dmar_devscope()1025 path = (ACPI_DMAR_PCI_PATH *)(devscope + 1); in acpi_handle_dmar_devscope()1026 pathlen = devscope->Length - sizeof(ACPI_DMAR_DEVICE_SCOPE); in acpi_handle_dmar_devscope()1039 return (devscope->Length); in acpi_handle_dmar_devscope()