HomeSort by relevance Sort by last modified time
    Searched refs:EFI_FV_FILETYPE_SMM_CORE (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiFirmwareFile.h 77 #define EFI_FV_FILETYPE_SMM_CORE 0x0D
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
PiFirmwareFile.h 54 #define EFI_FV_FILETYPE_SMM_CORE 0x0D
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/
FwVolRead.c 139 if (*FileType > EFI_FV_FILETYPE_SMM_CORE) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwVolRead.c 143 if (*FileType > EFI_FV_FILETYPE_SMM_CORE) {
FwPadFile.c 297 if ((FileType > EFI_FV_FILETYPE_SMM_CORE) && (FileType < 0xE0)) {
    [all...]
FwVolWrite.c 779 if ((FileType > EFI_FV_FILETYPE_SMM_CORE) && (FileType < 0xE0)) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Dispatcher.c 107 EFI_FV_FILETYPE_SMM_CORE,
    [all...]
SmramProfileRecord.c 415 EFI_FV_FILETYPE_SMM_CORE
426 EFI_FV_FILETYPE_SMM_CORE
    [all...]
PiSmmIpl.c 892 EFI_FV_FILETYPE_SMM_CORE,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
MemoryProfileInfo.c 178 if ((DriverInfo->ImageBase != 0) && (DriverInfo->FileType != EFI_FV_FILETYPE_SMM) && (DriverInfo->FileType != EFI_FV_FILETYPE_SMM_CORE)) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
VolInfo.c 1155 case EFI_FV_FILETYPE_SMM_CORE:
1156 printf ("EFI_FV_FILETYPE_SMM_CORE\n");
    [all...]

Completed in 2224 milliseconds