Searched refs:BootScriptStackBase (Results 1 – 4 of 4) sorted by relevance
48 EFI_PHYSICAL_ADDRESS BootScriptStackBase; member
560 …AcpiS3Context->BootScriptStackBase = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReserv… in S3Ready()561 ASSERT (AcpiS3Context->BootScriptStackBase != 0); in S3Ready()573 …(EFI_D_INFO, "AcpiS3Context: BootScriptStackBase is 0x%8x\n", AcpiS3Context->BootScriptStackBase)); in S3Ready()
445 …AcpiS3Context->BootScriptStackBase = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReserv… in S3Ready()446 ASSERT (AcpiS3Context->BootScriptStackBase != 0); in S3Ready()
886 (UINT64)(UINTN)(AcpiS3Context->BootScriptStackBase + AcpiS3Context->BootScriptStackSize) in S3ResumeExecuteBootScript()897 (VOID *)(UINTN)(AcpiS3Context->BootScriptStackBase + AcpiS3Context->BootScriptStackSize) in S3ResumeExecuteBootScript()1004 … (( EFI_D_ERROR, "AcpiS3Context->BootScriptStackBase = %x\n", AcpiS3Context->BootScriptStackBase)); in S3RestoreConfig2()