Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/acpica/
H A Dacpi_iort.c96 ACPI_IORT_SMMU_V3 smmu_v3; member
123 if (node->data.smmu_v3.EventGsiv != 0 && in iort_entry_get_id_mapping_index()
124 node->data.smmu_v3.PriGsiv != 0 && in iort_entry_get_id_mapping_index()
125 node->data.smmu_v3.GerrGsiv != 0 && in iort_entry_get_id_mapping_index()
126 node->data.smmu_v3.SyncGsiv != 0) in iort_entry_get_id_mapping_index()
129 if (node->data.smmu_v3.IdMappingIndex >= node->nentries) in iort_entry_get_id_mapping_index()
132 return (node->data.smmu_v3.IdMappingIndex); in iort_entry_get_id_mapping_index()
281 ACPI_IORT_SMMU_V3 *smmu_v3; in iort_add_nodes() local
304 smmu_v3 = (ACPI_IORT_SMMU_V3 *)node_entry->NodeData; in iort_add_nodes()
305 memcpy(&node->data.smmu_v3, smmu_v3, sizeof(*smmu_v3)); in iort_add_nodes()
[all …]