Home
last modified time | relevance | path

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

/freebsd/sys/arm64/iommu/
H A Dsmmu_acpi.c107 ACPI_TABLE_IORT *iort; in smmu_acpi_identify() local
117 iort = acpi_map_table(iort_pa, ACPI_SIG_IORT); in smmu_acpi_identify()
118 if (iort == NULL) { in smmu_acpi_identify()
128 acpi_walk_subtables(iort + 1, (char *)iort + iort->Header.Length, in smmu_acpi_identify()
165 acpi_unmap_table(iort); in smmu_acpi_identify()
/freebsd/sys/arm64/acpica/
H A Dacpi_iort.c560 ACPI_TABLE_IORT *iort; in acpi_parse_iort() local
569 iort = acpi_map_table(iort_pa, ACPI_SIG_IORT); in acpi_parse_iort()
570 if (iort == NULL) { in acpi_parse_iort()
574 for (node_offset = iort->NodeOffset; in acpi_parse_iort()
575 node_offset < iort->Header.Length; in acpi_parse_iort()
577 node_entry = ACPI_ADD_PTR(ACPI_IORT_NODE, iort, node_offset); in acpi_parse_iort()
580 acpi_unmap_table(iort); in acpi_parse_iort()