Home
last modified time | relevance | path

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

/freebsd-13.1/sys/x86/iommu/
H A Dintel_drv.c681 if (devscope->Length < sizeof(*devscope)) { in dmar_match_devscope()
683 devscope->Length); in dmar_match_devscope()
689 path_len = devscope->Length - sizeof(*devscope); in dmar_match_devscope()
692 devscope->Length); in dmar_match_devscope()
699 devscope->Length); in dmar_match_devscope()
730 ptr += devscope->Length; in dmar_match_by_path()
852 (devscope + 1); in dmar_find_nonpci()
915 ptr += devscope->Length; in dmar_rmrr_iter()
1000 ptr += devscope->Length; in dmar_inst_rmrr_iter()
1008 devscope->Bus, in dmar_inst_rmrr_iter()
[all …]
/freebsd-13.1/usr.sbin/acpi/acpidump/
H A Dacpi.c1283 ACPI_DMAR_DEVICE_SCOPE *devscope = addr; in acpi_handle_dmar_devscope() local
1288 if (remaining < devscope->Length) in acpi_handle_dmar_devscope()
1292 printf("\t\tType=%s\n", devscope_type2str(devscope->EntryType)); in acpi_handle_dmar_devscope()
1293 printf("\t\tLength=%d\n", devscope->Length); in acpi_handle_dmar_devscope()
1294 printf("\t\tEnumerationId=%d\n", devscope->EnumerationId); in acpi_handle_dmar_devscope()
1295 printf("\t\tStartBusNumber=%d\n", devscope->Bus); in acpi_handle_dmar_devscope()
1297 path = (ACPI_DMAR_PCI_PATH *)(devscope + 1); in acpi_handle_dmar_devscope()
1298 pathlen = devscope->Length - sizeof(ACPI_DMAR_DEVICE_SCOPE); in acpi_handle_dmar_devscope()
1311 return (devscope->Length); in acpi_handle_dmar_devscope()