Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCommunication/
DPiSmmCommunicationPei.c204 EFI_SMM_SYSTEM_TABLE2_64 *Smst64; in InternalSmstGetVendorTableByGuid() local
211 Smst64 = (EFI_SMM_SYSTEM_TABLE2_64 *)Smst; in InternalSmstGetVendorTableByGuid()
212 …DEBUG ((EFI_D_INFO, "InitCommunicationContext - SmmConfigurationTable: %x\n", Smst64->SmmConfigura… in InternalSmstGetVendorTableByGuid()
213 …DEBUG ((EFI_D_INFO, "InitCommunicationContext - NumberOfTableEntries: %x\n", Smst64->NumberOfTable… in InternalSmstGetVendorTableByGuid()
214 SmmConfigurationTable64 = (EFI_CONFIGURATION_TABLE64 *)(UINTN)Smst64->SmmConfigurationTable; in InternalSmstGetVendorTableByGuid()
215 NumberOfTableEntries = (UINTN)Smst64->NumberOfTableEntries; in InternalSmstGetVendorTableByGuid()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmLockBoxLib/
DSmmLockBoxPeiLib.c173 EFI_SMM_SYSTEM_TABLE2_64 *Smst64; in InternalSmstGetVendorTableByGuid() local
180 Smst64 = (EFI_SMM_SYSTEM_TABLE2_64 *)Smst; in InternalSmstGetVendorTableByGuid()
181 SmmConfigurationTable64 = (EFI_CONFIGURATION_TABLE64 *)(UINTN)Smst64->SmmConfigurationTable; in InternalSmstGetVendorTableByGuid()
182 NumberOfTableEntries = (UINTN)Smst64->NumberOfTableEntries; in InternalSmstGetVendorTableByGuid()