Searched refs:TablePtr (Results 1 – 3 of 3) sorted by relevance
271 UINT8 *TablePtr; in AcpiFindRootPointer() local281 TablePtr = AcpiOsMapMemory ( in AcpiFindRootPointer()284 if (!TablePtr) in AcpiFindRootPointer()293 ACPI_MOVE_16_TO_32 (&PhysicalAddress, TablePtr); in AcpiFindRootPointer()298 AcpiOsUnmapMemory (TablePtr, ACPI_EBDA_PTR_LENGTH); in AcpiFindRootPointer()308 TablePtr = AcpiOsMapMemory ( in AcpiFindRootPointer()311 if (!TablePtr) in AcpiFindRootPointer()321 TablePtr, ACPI_EBDA_WINDOW_SIZE); in AcpiFindRootPointer()322 AcpiOsUnmapMemory (TablePtr, ACPI_EBDA_WINDOW_SIZE); in AcpiFindRootPointer()329 (UINT32) ACPI_PTR_DIFF (MemRover, TablePtr); in AcpiFindRootPointer()[all …]
276 ACPI_TABLE_HEADER **TablePtr, in AcpiTbAcquireTable() argument311 *TablePtr = Table; in AcpiTbAcquireTable()
268 ACPI_TABLE_HEADER **TablePtr,