Home | History | Annotate | Download | only in BootScriptExecutorDxe

Lines Matching refs:PeiS3ResumeState

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;
133 (SWITCH_STACK_ENTRY_POINT)(UINTN)PeiS3ResumeState->ReturnEntryPoint,
135 (VOID *)(UINTN)PeiS3ResumeState,
136 (VOID *)(UINTN)PeiS3ResumeState->ReturnStackPointer