Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/iommu/
H A Dsmmu_acpi.c109 ACPI_TABLE_IORT *iort; in smmu_acpi_identify() local
119 iort = acpi_map_table(iort_pa, ACPI_SIG_IORT); in smmu_acpi_identify()
120 if (iort == NULL) { in smmu_acpi_identify()
130 acpi_walk_subtables(iort + 1, (char *)iort + iort->Header.Length, in smmu_acpi_identify()
165 acpi_unmap_table(iort); in smmu_acpi_identify()
/f-stack/freebsd/arm64/acpica/
H A Dacpi_iort.c500 ACPI_TABLE_IORT *iort; in acpi_parse_iort() local
509 iort = acpi_map_table(iort_pa, ACPI_SIG_IORT); in acpi_parse_iort()
510 if (iort == NULL) { in acpi_parse_iort()
514 for (node_offset = iort->NodeOffset; in acpi_parse_iort()
515 node_offset < iort->Header.Length; in acpi_parse_iort()
517 node_entry = ACPI_ADD_PTR(ACPI_IORT_NODE, iort, node_offset); in acpi_parse_iort()
520 acpi_unmap_table(iort); in acpi_parse_iort()