HomeSort by relevance Sort by last modified time
    Searched refs:PeiS3ResumeState (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/
ScriptExecute.c 33 @param PeiS3ResumeState a pointer to a structure of PEI_S3_RESUME_STATE
42 IN PEI_S3_RESUME_STATE *PeiS3ResumeState
94 if (PeiS3ResumeState != 0) {
99 PeiS3ResumeState->ReturnStatus = (UINT64)(UINTN)Status;
105 PeiS3ResumeState->AsmTransferControl = (EFI_PHYSICAL_ADDRESS)(UINTN)AsmTransferControl32;
119 PeiS3ResumeState->ReturnCs,
120 (UINT32)PeiS3ResumeState->ReturnEntryPoint,
122 (UINT32)(UINTN)PeiS3ResumeState,
123 (UINT32)PeiS3ResumeState->ReturnStackPointer
130 PeiS3ResumeState->AsmTransferControl = (EFI_PHYSICAL_ADDRESS)(UINTN)AsmTransferControl;
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/
ScriptExecute.c 77 @param PeiS3ResumeState a pointer to a structure of PEI_S3_RESUME_STATE
86 IN PEI_S3_RESUME_STATE *PeiS3ResumeState
117 if (PeiS3ResumeState != 0) {
122 PeiS3ResumeState->ReturnStatus = (UINT64)(UINTN)Status;
127 PeiS3ResumeState->AsmTransferControl = (EFI_PHYSICAL_ADDRESS)(UINTN)PlatformTransferControl16;
130 (SWITCH_STACK_ENTRY_POINT)(UINTN)PeiS3ResumeState->ReturnEntryPoint,
132 (VOID *)(UINTN)PeiS3ResumeState,
133 (VOID *)(UINTN)PeiS3ResumeState->ReturnStackPointer
  /device/linaro/bootloader/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
S3Resume.c 434 @param PeiS3ResumeState a pointer to a structure of PEI_S3_RESUME_STATE
440 IN PEI_S3_RESUME_STATE *PeiS3ResumeState
452 AsmWriteIdtr (&PeiS3ResumeState->Idtr);
454 if (PeiS3ResumeState->ReturnStatus != EFI_SUCCESS) {
512 AsmTransferControl = (ASM_TRANSFER_CONTROL)(UINTN)PeiS3ResumeState->AsmTransferControl;
774 PEI_S3_RESUME_STATE *PeiS3ResumeState;
867 PeiS3ResumeState = AllocatePool (sizeof(*PeiS3ResumeState));
868 if (PeiS3ResumeState == NULL) {
875 DEBUG (( EFI_D_ERROR, "PeiS3ResumeState - %x\r\n", PeiS3ResumeState));
    [all...]

Completed in 80 milliseconds