Searched refs:SmramDescriptor (Results 1 – 6 of 6) sorted by relevance
104 EFI_SMRAM_DESCRIPTOR *SmramDescriptor; in MemoryDiscoveredPpiNotifyCallback() local118 SmramDescriptor = NULL; in MemoryDiscoveredPpiNotifyCallback()123 InfoPostInstallMemory (&RmuMainBaseAddress, &SmramDescriptor, &NumSmramRegions); in MemoryDiscoveredPpiNotifyCallback()124 ASSERT (SmramDescriptor != NULL); in MemoryDiscoveredPpiNotifyCallback()
244 EFI_SMRAM_DESCRIPTOR *SmramDescriptor; in InitCommunicationContext() local251 SmramDescriptor = (EFI_SMRAM_DESCRIPTOR *) GET_GUID_HOB_DATA (GuidHob); in InitCommunicationContext()252 SmmS3ResumeState = (SMM_S3_RESUME_STATE *)(UINTN)SmramDescriptor->CpuStart; in InitCommunicationContext()
746 EFI_SMRAM_DESCRIPTOR *SmramDescriptor; in InitSmmS3ResumeState() local757 SmramDescriptor = (EFI_SMRAM_DESCRIPTOR *) GET_GUID_HOB_DATA (GuidHob); in InitSmmS3ResumeState()759 DEBUG ((EFI_D_INFO, "SMM S3 SMRAM Structure = %x\n", SmramDescriptor)); in InitSmmS3ResumeState()760 DEBUG ((EFI_D_INFO, "SMM S3 Structure = %x\n", SmramDescriptor->CpuStart)); in InitSmmS3ResumeState()762 SmmS3ResumeState = (SMM_S3_RESUME_STATE *)(UINTN)SmramDescriptor->CpuStart; in InitSmmS3ResumeState()
211 EFI_SMRAM_DESCRIPTOR *SmramDescriptor; in InternalGetSmmLockBoxContext() local218 SmramDescriptor = (EFI_SMRAM_DESCRIPTOR *) GET_GUID_HOB_DATA (GuidHob); in InternalGetSmmLockBoxContext()219 SmmS3ResumeState = (SMM_S3_RESUME_STATE *)(UINTN)SmramDescriptor->CpuStart; in InternalGetSmmLockBoxContext()
139 EFI_SMRAM_DESCRIPTOR *SmramDescriptor; in SmmCpuFeaturesLibStmConstructor() local167 SmramDescriptor = (EFI_SMRAM_DESCRIPTOR *) GET_GUID_HOB_DATA (GuidHob); in SmmCpuFeaturesLibStmConstructor()168 if (SmramDescriptor->PhysicalSize > 0) { in SmmCpuFeaturesLibStmConstructor()169 mMsegBase = (UINTN)SmramDescriptor->CpuStart; in SmmCpuFeaturesLibStmConstructor()170 mMsegSize = (UINTN)SmramDescriptor->PhysicalSize; in SmmCpuFeaturesLibStmConstructor()
970 EFI_SMRAM_DESCRIPTOR *SmramDescriptor; in S3RestoreConfig2() local1066 SmramDescriptor = (EFI_SMRAM_DESCRIPTOR *) GET_GUID_HOB_DATA (GuidHob); in S3RestoreConfig2()1067 SmmS3ResumeState = (SMM_S3_RESUME_STATE *)(UINTN)SmramDescriptor->CpuStart; in S3RestoreConfig2()