Home
last modified time | relevance | path

Searched refs:mAcpiVariableSetCompatibility (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
DAcpiVariableThunkPlatform.c49 ACPI_VARIABLE_SET_COMPATIBILITY *mAcpiVariableSetCompatibility = NULL; variable
85 if (mAcpiVariableSetCompatibility == NULL) { in S3ReadyThunkPlatform()
115 mAcpiVariableSetCompatibility->AcpiReservedMemoryBase = AcpiMemoryBase; in S3ReadyThunkPlatform()
116 mAcpiVariableSetCompatibility->AcpiReservedMemorySize = AcpiMemorySize; in S3ReadyThunkPlatform()
117 mAcpiVariableSetCompatibility->SystemMemoryLength = MemoryLength; in S3ReadyThunkPlatform()
119 …INFO, "AcpiVariableThunkPlatform: AcpiMemoryBase is 0x%8x\n", mAcpiVariableSetCompatibility->AcpiR… in S3ReadyThunkPlatform()
120 …INFO, "AcpiVariableThunkPlatform: AcpiMemorySize is 0x%8x\n", mAcpiVariableSetCompatibility->AcpiR… in S3ReadyThunkPlatform()
121 …, "AcpiVariableThunkPlatform: SystemMemoryLength is 0x%8x\n", mAcpiVariableSetCompatibility->Syste… in S3ReadyThunkPlatform()
175 VarSize = sizeof (mAcpiVariableSetCompatibility); in InstallAcpiS3SaveThunk()
181 &mAcpiVariableSetCompatibility in InstallAcpiS3SaveThunk()
[all …]