HomeSort by: relevance | last modified time | path
    Searched refs:IortSmmu (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/common/
dmtbdump2.c 77 ACPI_IORT_SMMU *IortSmmu = NULL;
177 IortSmmu = ACPI_ADD_PTR (ACPI_IORT_SMMU, IortNode, NodeOffset);
282 /* Validate IortSmmu to avoid compiler warnings */
284 if (IortSmmu)
287 NodeOffset = IortSmmu->GlobalInterruptOffset;
296 NodeOffset = IortSmmu->ContextInterruptOffset;
297 for (i = 0; i < IortSmmu->ContextInterruptCount; i++)
310 NodeOffset = IortSmmu->PmuInterruptOffset;
311 for (i = 0; i < IortSmmu->PmuInterruptCount; i++)
  /src/sys/external/bsd/acpica/dist/compiler/
dttable1.c 2538 ACPI_IORT_SMMU *IortSmmu;
2747 IortSmmu = ACPI_CAST_PTR (ACPI_IORT_SMMU, Subtable->Buffer);
2752 IortSmmu->GlobalInterruptOffset = NodeLength;
2766 IortSmmu->ContextInterruptOffset = NodeLength;
2786 IortSmmu->ContextInterruptCount = ContextIrptNumber;
2791 IortSmmu->PmuInterruptOffset = NodeLength;
2811 IortSmmu->PmuInterruptCount = PmuIrptNumber;

Completed in 27 milliseconds