Home
last modified time | relevance | path

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

/freebsd/sys/arm64/acpica/
H A Dacpi_iort.c105 ACPI_IORT_SMMU_V3 smmu_v3; member
130 if (node->data.smmu_v3.EventGsiv != 0 && in iort_entry_get_id_mapping_index()
131 node->data.smmu_v3.PriGsiv != 0 && in iort_entry_get_id_mapping_index()
132 node->data.smmu_v3.GerrGsiv != 0 && in iort_entry_get_id_mapping_index()
133 node->data.smmu_v3.SyncGsiv != 0) in iort_entry_get_id_mapping_index()
136 if (node->data.smmu_v3.IdMappingIndex >= node->nentries) in iort_entry_get_id_mapping_index()
139 return (node->data.smmu_v3.IdMappingIndex); in iort_entry_get_id_mapping_index()
325 ACPI_IORT_SMMU_V3 *smmu_v3; in iort_add_nodes() local
349 smmu_v3 = (ACPI_IORT_SMMU_V3 *)node_entry->NodeData; in iort_add_nodes()
350 memcpy(&node->data.smmu_v3, smmu_v3, sizeof(*smmu_v3)); in iort_add_nodes()
[all …]