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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
VolInfo.h 20 #define EFI_DEP_BEFORE 0x00
VolInfo.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiDependency.h 28 // EFI_DEP_BEFORE - If present, it must be the first and only opcode
35 #define EFI_DEP_BEFORE 0x00
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiDependency.h 22 /// EFI_DEP_BEFORE may be used by DXE and SMM drivers.
24 #define EFI_DEP_BEFORE 0x00
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/
Dependency.c 183 if (*Iterator == EFI_DEP_BEFORE) {
273 case EFI_DEP_BEFORE:
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Dependency.c 231 case EFI_DEP_BEFORE:
Dispatcher.c 738 if (*Iterator == EFI_DEP_BEFORE) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
GenDepex.c 564 fputc (EFI_DEP_BEFORE, OutFile);

Completed in 473 milliseconds