HomeSort by relevance Sort by last modified time
    Searched defs:EbcEntryPoint (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/AArch64/
EbcSupport.c 32 UINT64 EbcEntryPoint;
357 @param EbcEntryPoint Address of the EBC code that the thunk is to call
362 @retval EFI_INVALID_PARAMETER The parameter of EbcEntryPoint is not 16-bit
372 IN VOID *EbcEntryPoint,
382 if ((UINT32) (UINTN) EbcEntryPoint & 0x01) {
403 // Patch EbcEntryPoint and EbcLLEbcInterpret
405 InstructionBuffer->EbcEntryPoint = (UINT64)EbcEntryPoint;
467 VmPtr->Ip = (VMIP) InstructionBuffer->EbcEntryPoint;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
EbcExecute.c     [all...]

Completed in 64 milliseconds