OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SmmConfigurationTable
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Smm/SmmScriptLib/
PiSmmDefinition.h
382
/// The number of UEFI Configuration Tables in the buffer
SmmConfigurationTable
.
389
EFI_CONFIGURATION_TABLE *
SmmConfigurationTable
;
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmLockBoxLib/
SmmLockBoxPeiLib.c
63
UINT64
SmmConfigurationTable
;
170
EFI_CONFIGURATION_TABLE *
SmmConfigurationTable
;
181
SmmConfigurationTable64 = (EFI_CONFIGURATION_TABLE64 *)(UINTN)Smst64->
SmmConfigurationTable
;
190
SmmConfigurationTable
= Smst->
SmmConfigurationTable
;
193
if (CompareGuid (&
SmmConfigurationTable
[Index].VendorGuid, VendorGuid)) {
194
return (VOID *)
SmmConfigurationTable
[Index].VendorTable;
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiSmmCis.h
324
/// The number of UEFI Configuration Tables in the buffer
SmmConfigurationTable
.
331
EFI_CONFIGURATION_TABLE *
SmmConfigurationTable
;
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCommunication/
PiSmmCommunicationPei.c
50
|
SmmConfigurationTable
|---
97
UINT64
SmmConfigurationTable
;
201
EFI_CONFIGURATION_TABLE *
SmmConfigurationTable
;
212
DEBUG ((EFI_D_INFO, "InitCommunicationContext -
SmmConfigurationTable
: %x\n", Smst64->
SmmConfigurationTable
));
214
SmmConfigurationTable64 = (EFI_CONFIGURATION_TABLE64 *)(UINTN)Smst64->
SmmConfigurationTable
;
223
DEBUG ((EFI_D_INFO, "InitCommunicationContext -
SmmConfigurationTable
: %x\n", Smst->
SmmConfigurationTable
));
225
SmmConfigurationTable
= Smst->
SmmConfigurationTable
;
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmBase/
SmmBase.h
506
EFI_CONFIGURATION_TABLE *
SmmConfigurationTable
;
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
SmmCis.h
525
///
SmmConfigurationTable
.
547
///
SmmConfigurationTable
.
554
EFI_CONFIGURATION_TABLE *
SmmConfigurationTable
;
Completed in 819 milliseconds