Searched refs:HmatStruct (Results 1 – 2 of 2) sorted by relevance
1381 ACPI_HMAT_STRUCTURE *HmatStruct; in AcpiDmDumpHmat() local1407 if (HmatStruct->Length < sizeof (ACPI_HMAT_STRUCTURE)) in AcpiDmDumpHmat()1413 HmatStruct->Length, AcpiDmTableInfoHmatHdr); in AcpiDmDumpHmat()1419 switch (HmatStruct->Type) in AcpiDmDumpHmat()1442 HmatStruct->Type); in AcpiDmDumpHmat()1451 if (HmatStruct->Length < Length) in AcpiDmDumpHmat()1457 HmatStruct->Length, InfoTable); in AcpiDmDumpHmat()1465 switch (HmatStruct->Type) in AcpiDmDumpHmat()1474 if ((UINT32)(HmatStruct->Length - SubtableOffset) < in AcpiDmDumpHmat()1495 if ((UINT32)(HmatStruct->Length - SubtableOffset) < in AcpiDmDumpHmat()[all …]
1374 ACPI_HMAT_STRUCTURE *HmatStruct; in DtCompileHmat() local1407 HmatStruct = ACPI_CAST_PTR (ACPI_HMAT_STRUCTURE, Subtable->Buffer); in DtCompileHmat()1408 HmatStruct->Length = Subtable->Length; in DtCompileHmat()1412 switch (HmatStruct->Type) in DtCompileHmat()1441 HmatStruct->Length += Subtable->Length; in DtCompileHmat()1445 switch (HmatStruct->Type) in DtCompileHmat()1468 HmatStruct->Length += Subtable->Length; in DtCompileHmat()1489 HmatStruct->Length += Subtable->Length; in DtCompileHmat()1514 HmatStruct->Length += Subtable->Length; in DtCompileHmat()1548 HmatStruct->Length += Subtable->Length; in DtCompileHmat()