Searched refs:MappedTable (Results 1 – 1 of 1) sorted by relevance
149 ACPI_TABLE_HEADER *MappedTable; in AcpiOsGetTableByAddress() local164 Status = OslMapTable(Address, NULL, &MappedTable); in AcpiOsGetTableByAddress()171 TableLength = ApGetTableLength(MappedTable); in AcpiOsGetTableByAddress()183 memcpy(LocalTable, MappedTable, TableLength); in AcpiOsGetTableByAddress()186 OslUnmapTable(MappedTable); in AcpiOsGetTableByAddress()592 ACPI_TABLE_HEADER *MappedTable = NULL; in OslListBiosTables() local632 Status = OslMapTable(TableAddress, NULL, &MappedTable); in OslListBiosTables()637 OslAddTableToList(MappedTable->Signature); in OslListBiosTables()638 OslUnmapTable(MappedTable); in OslListBiosTables()669 ACPI_TABLE_HEADER *MappedTable = NULL; in OslGetBiosTable() local[all …]