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

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/DebugSecExtraActionLib/
DebugSecExtraActionLib.c 72 UINTN* StartAddress;
81 StartAddress = (UINTN*)(UINTN)PcdGet64 (PcdFvBaseAddress);
84 *StartAddress = 0xEAFFFFFE; // opcode for while(1)
86 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"Waiting for firmware at 0x%08X ...\n\r",StartAddress);
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 30 uint64_t StartAddress;
41 return (StartAddress == 0) && (EndAddress == 0);
52 return StartAddress == -1U;
54 return StartAddress == -1ULL;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 31 uint64_t StartAddress;
45 return (StartAddress == 0) && (EndAddress == 0);
57 return StartAddress == -1U;
59 return StartAddress == -1ULL;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/
LightMemoryTest.h 62 EFI_PHYSICAL_ADDRESS StartAddress;
248 @param[in] StartAddress Starting address of the memory range to be tested.
259 IN EFI_PHYSICAL_ADDRESS StartAddress,
326 @param[in] StartAddress The start address of the compatible memory range that
338 IN EFI_PHYSICAL_ADDRESS StartAddress,
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/FlashFvbDxe/
FlashFvbDxe.c 502 UINTN StartAddress;
539 StartAddress = GET_BLOCK_ADDRESS (Instance->RegionBaseAddress,
543 ReadAddress = StartAddress - Instance->DeviceBaseAddress + Offset;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBios.c 794 EFI_PHYSICAL_ADDRESS StartAddress;
866 for (StartAddress = 0; StartAddress < 0xa0000; ) {
867 gDS->GetMemorySpaceDescriptor (StartAddress, &Descriptor);
869 StartAddress = Descriptor.BaseAddress + Descriptor.Length;
872 Length = MIN (Descriptor.Length, 0xa0000 - StartAddress);
875 StartAddress,
878 StartAddress = StartAddress + Length;
883 for (StartAddress = BASE_1MB; StartAddress < BASE_16MB; ) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
FlashUpdate.c 823 EFI_PHYSICAL_ADDRESS StartAddress;
870 StartAddress = FlashAddress;
886 if ((StartAddress >= BaseAddress) && (StartAddress < NextBlock)) {
898 Offset = (UINTN) (StartAddress - BaseAddress);
904 StartAddress = StartAddress + Length;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
DxeMpLib.c 89 EFI_PHYSICAL_ADDRESS StartAddress;
97 StartAddress = BASE_1MB;
102 &StartAddress
106 CpuMpData->WakeupBuffer = (UINTN) StartAddress;
  /external/llvm/include/llvm/Support/
Win64EH.h 70 support::ulittle32_t StartAddress;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Win64EH.h 70 support::ulittle32_t StartAddress;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/
NorFlashDxe.c 815 UINTN StartAddress;
844 StartAddress = GET_NOR_BLOCK_ADDRESS (Instance->RegionBaseAddress,
853 AlignedCopyMem (Buffer, (VOID *)StartAddress, BufferSizeInBytes);
867 UINTN StartAddress;
885 StartAddress = GET_NOR_BLOCK_ADDRESS (Instance->RegionBaseAddress,
894 AlignedCopyMem (Buffer, (VOID *)(StartAddress + Offset), BufferSizeInBytes);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
BootScriptExecute.c     [all...]
BootScriptSave.c     [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp 531 uint64_t StartAddress = 0;
535 StartAddress = RoundUpToAlignment(StartAddress, SD->getAlignment());
536 SectionAddress[SD] = StartAddress;
537 StartAddress += Layout.getSectionAddressSize(SD);
542 StartAddress += getPaddingSize(SD, Layout);
  /external/llvm/lib/MC/
MachObjectWriter.cpp 611 uint64_t StartAddress = 0;
613 StartAddress = alignTo(StartAddress, Sec->getAlignment());
614 SectionAddress[Sec] = StartAddress;
615 StartAddress += Layout.getSectionAddressSize(Sec);
620 StartAddress += getPaddingSize(Sec, Layout);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MachObjectWriter.cpp 628 uint64_t StartAddress = 0;
630 StartAddress = alignTo(StartAddress, Sec->getAlignment());
631 SectionAddress[Sec] = StartAddress;
632 StartAddress += Layout.getSectionAddressSize(Sec);
637 StartAddress += getPaddingSize(Sec, Layout);
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
BiosVideo.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
BiosVideo.c     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 506 milliseconds