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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ebc/
Ebc.c 14 Ebc.c
18 EBC protocol as defined in the EFI 1.1 specification.
24 #include EFI_PROTOCOL_DEFINITION (Ebc)
28 EFI_GUID_STRING(&gEfiEbcProtocolGuid, "EBC Protocol", "EFI 1.1 EBC protocol");
  /device/linaro/bootloader/edk2/FatBinPkg/EnhancedFatDxe/
Fat.inf 3 # Binary FAT32 EFI Driver for IA32, X64, IPF and EBC arch.
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
44 [Binaries.EBC]
45 PE32|Ebc/Fat.efi|*
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/
BaseCpuLib.inf 5 # PAL CALLs for IPF, and empty functions for EBC.
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64
56 [Sources.EBC]
57 Ebc/CpuSleepFlushTlb.c
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/
DxeIpl.inf 32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only) AARCH64
54 [Sources.EBC]
55 Ebc/DxeLoadFunc.c
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/
EdkIIGlueUefi.h 85 #include EFI_PROTOCOL_DEFINITION(Ebc)
EdkIIGlueDxe.h 152 #include EFI_PROTOCOL_DEFINITION (Ebc)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
EbcInt.h 2 Main routines for the EBC interpreter. Includes the initialization and
23 #include <Protocol/Ebc.h>
47 #define FLAG_THUNK_PROTOCOL 0x00 // thunk for an EBC protocol service
55 Create thunks for an EBC image entry point, or an EBC protocol service.
57 @param ImageHandle Image handle for the EBC image. If not null, then
59 @param EbcEntryPoint Address of the EBC code that the thunk is to call
66 @retval EFI_OUT_OF_RESOURCES There is not enough memory to created the EBC
134 The VM thunk code stuffs an EBC entry point into a processor
149 This function is called to execute an EBC CALLEX instruction.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseSynchronizationLib/
BaseSynchronizationLib.inf 27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64
80 [Sources.EBC]
82 Ebc/Synchronization.c
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
Image.c 69 NULL, // Ebc
86 // EBC machine is not listed in this table, because EBC is in the default supported scopes of other machine type.
646 // is needed during image unload to know if we should call an EBC protocol
652 // Get the image entry point. If it's an EBC image, then call into the
659 // Locate the EBC interpreter protocol
661 Status = CoreLocateProtocol (&gEfiEbcProtocolGuid, NULL, (VOID **)&Image->Ebc);
662 if (EFI_ERROR(Status) || Image->Ebc == NULL) {
663 DEBUG ((DEBUG_LOAD | DEBUG_ERROR, "CoreLoadPeImage: There is no EBC interpreter for an EBC image.\n"));
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.h 77 #include <Protocol/Ebc.h>
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 122 Ebc = 0xEBC,
  /external/llvm/tools/llvm-pdbdump/
PdbYaml.cpp 64 io.enumCase(Value, "Ebc", PDB_Machine::Ebc);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
BaseLib.inf 28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64
463 [Sources.EBC]
464 Ebc/CpuBreakpoint.c
465 Ebc/SetJumpLongJump.c
466 Ebc/SwitchStack.c
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.h 45 #include <Protocol/Ebc.h>
256 /// EBC Protocol pointer
257 EFI_EBC_PROTOCOL *Ebc;
    [all...]
  /external/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 298 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, Ebc, OS)
  /device/linaro/bootloader/edk2/MdeModulePkg/
MdeModulePkg.dsc 23 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM|AARCH64
104 [LibraryClasses.EBC.PEIM]
168 [LibraryClasses.EBC]
401 [Components.IA32, Components.X64, Components.Ebc]
  /device/linaro/bootloader/edk2/MdePkg/
MdePkg.dec 41 [Includes.EBC]
42 Include/Ebc
    [all...]

Completed in 915 milliseconds