Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/acpica/common/
H A Ddmtbdump1.c1951 ACPI_HMAT_STRUCTURE *HmatStruct; in AcpiDmDumpHmat() local
1977 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 …]
/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Ddttable1.c1943 ACPI_HMAT_STRUCTURE *HmatStruct; in DtCompileHmat() local
1976 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()