Searched refs:HmatStruct (Results 1 – 2 of 2) sorted by relevance
1951 ACPI_HMAT_STRUCTURE *HmatStruct; in AcpiDmDumpHmat() local1977 if (HmatStruct->Length < sizeof (ACPI_HMAT_STRUCTURE)) in AcpiDmDumpHmat()1983 HmatStruct->Length, AcpiDmTableInfoHmatHdr); in AcpiDmDumpHmat()1989 switch (HmatStruct->Type) in AcpiDmDumpHmat()2012 HmatStruct->Type); in AcpiDmDumpHmat()2021 if (HmatStruct->Length < Length) in AcpiDmDumpHmat()2027 HmatStruct->Length, InfoTable); in AcpiDmDumpHmat()2035 switch (HmatStruct->Type) in AcpiDmDumpHmat()2044 if ((UINT32)(HmatStruct->Length - SubtableOffset) < in AcpiDmDumpHmat()2065 if ((UINT32)(HmatStruct->Length - SubtableOffset) < in AcpiDmDumpHmat()[all …]
1943 ACPI_HMAT_STRUCTURE *HmatStruct; in DtCompileHmat() local1976 HmatStruct = ACPI_CAST_PTR (ACPI_HMAT_STRUCTURE, Subtable->Buffer); in DtCompileHmat()1977 HmatStruct->Length = Subtable->Length; in DtCompileHmat()1981 switch (HmatStruct->Type) in DtCompileHmat()2010 HmatStruct->Length += Subtable->Length; in DtCompileHmat()2014 switch (HmatStruct->Type) in DtCompileHmat()2037 HmatStruct->Length += Subtable->Length; in DtCompileHmat()2058 HmatStruct->Length += Subtable->Length; in DtCompileHmat()2083 HmatStruct->Length += Subtable->Length; in DtCompileHmat()2117 HmatStruct->Length += Subtable->Length; in DtCompileHmat()