Searched refs:MappedTable (Results 1 – 1 of 1) sorted by relevance
150 ACPI_TABLE_HEADER *MappedTable; in AcpiOsGetTableByAddress() local165 Status = OslMapTable(Address, NULL, &MappedTable); in AcpiOsGetTableByAddress()172 TableLength = ApGetTableLength(MappedTable); in AcpiOsGetTableByAddress()184 memcpy(LocalTable, MappedTable, TableLength); in AcpiOsGetTableByAddress()187 OslUnmapTable(MappedTable); in AcpiOsGetTableByAddress()625 ACPI_TABLE_HEADER *MappedTable = NULL; in OslListBiosTables() local665 Status = OslMapTable(TableAddress, NULL, &MappedTable); in OslListBiosTables()670 OslAddTableToList(MappedTable->Signature); in OslListBiosTables()671 OslUnmapTable(MappedTable); in OslListBiosTables()702 ACPI_TABLE_HEADER *MappedTable = NULL; in OslGetBiosTable() local[all …]