Searched refs:TablePtr (Results 1 – 3 of 3) sorted by relevance
163 UINT8 *TablePtr; in AcpiFindRootPointer() local173 TablePtr = AcpiOsMapMemory ( in AcpiFindRootPointer()176 if (!TablePtr) in AcpiFindRootPointer()185 ACPI_MOVE_16_TO_32 (&PhysicalAddress, TablePtr); in AcpiFindRootPointer()190 AcpiOsUnmapMemory (TablePtr, ACPI_EBDA_PTR_LENGTH); in AcpiFindRootPointer()200 TablePtr = AcpiOsMapMemory ( in AcpiFindRootPointer()203 if (!TablePtr) in AcpiFindRootPointer()213 TablePtr, ACPI_EBDA_WINDOW_SIZE); in AcpiFindRootPointer()231 TablePtr = AcpiOsMapMemory ( in AcpiFindRootPointer()235 if (!TablePtr) in AcpiFindRootPointer()[all …]
107 ACPI_TABLE_HEADER **TablePtr, in AcpiTbAcquireTable() argument142 *TablePtr = Table; in AcpiTbAcquireTable()
159 ACPI_TABLE_HEADER **TablePtr,
Completed in 5 milliseconds