Searched refs:AcpiTableBase (Results 1 – 3 of 3) sorted by relevance
162 if (pSystemTableInfo->AcpiTableBase != 0 && pSystemTableInfo->AcpiTableSize != 0) { in CbDxeEntryPoint()163 …RROR, "Install Acpi Table at 0x%lx, length 0x%x\n", pSystemTableInfo->AcpiTableBase, pSystemTableI… in CbDxeEntryPoint()164 …BS->InstallConfigurationTable (&gEfiAcpiTableGuid, (VOID *)(UINTN)pSystemTableInfo->AcpiTableBase); in CbDxeEntryPoint()
24 UINT64 AcpiTableBase; member
393 pSystemTableInfo->AcpiTableBase = (UINT64) (UINTN)pAcpiTable; in CbPeiEntryPoint()397 …ROR, "Detected Acpi Table at 0x%lx, length 0x%x\n", pSystemTableInfo->AcpiTableBase, pSystemTableI… in CbPeiEntryPoint()