Searched refs:devscope (Results 1 – 2 of 2) sorted by relevance
673 if (devscope->Length < sizeof(*devscope)) { in dmar_match_devscope()675 devscope->Length); in dmar_match_devscope()681 path_len = devscope->Length - sizeof(*devscope); in dmar_match_devscope()684 devscope->Length); in dmar_match_devscope()691 devscope->Length); in dmar_match_devscope()722 ptr += devscope->Length; in dmar_match_by_path()845 (devscope + 1); in dmar_find_nonpci()923 ptr += devscope->Length; in dmar_rmrr_iter()1011 ptr += devscope->Length; in dmar_inst_rmrr_iter()1019 devscope->Bus, in dmar_inst_rmrr_iter()[all …]
1300 ACPI_DMAR_DEVICE_SCOPE *devscope = addr; in acpi_handle_dmar_devscope() local1305 if (remaining < devscope->Length) in acpi_handle_dmar_devscope()1309 printf("\t\tType=%s\n", devscope_type2str(devscope->EntryType)); in acpi_handle_dmar_devscope()1310 printf("\t\tLength=%d\n", devscope->Length); in acpi_handle_dmar_devscope()1311 printf("\t\tEnumerationId=%d\n", devscope->EnumerationId); in acpi_handle_dmar_devscope()1312 printf("\t\tStartBusNumber=%d\n", devscope->Bus); in acpi_handle_dmar_devscope()1314 path = (ACPI_DMAR_PCI_PATH *)(devscope + 1); in acpi_handle_dmar_devscope()1315 pathlen = devscope->Length - sizeof(ACPI_DMAR_DEVICE_SCOPE); in acpi_handle_dmar_devscope()1328 return (devscope->Length); in acpi_handle_dmar_devscope()