Lines Matching refs:smmu_v3
105 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()
645 smmu = (ACPI_IORT_SMMU_V3 *)&node->data.smmu_v3; in acpi_iort_map_pci_smmuv3()
688 smmu = (ACPI_IORT_SMMU_V3 *)&node->data.smmu_v3; in acpi_iort_map_named_smmuv3()