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

  /device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/
FindPeiCore.c 37 EFI_PHYSICAL_ADDRESS CurrentAddress;
48 CurrentAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) BootFirmwareVolumePtr;
49 EndOfFirmwareVolume = CurrentAddress + BootFirmwareVolumePtr->FvLength;
54 for (EndOfFile = CurrentAddress + BootFirmwareVolumePtr->HeaderLength; ; ) {
56 CurrentAddress = (EndOfFile + 7) & 0xfffffffffffffff8ULL;
57 if (CurrentAddress > EndOfFirmwareVolume) {
61 File = (EFI_FFS_FILE_HEADER*)(UINTN) CurrentAddress;
74 EndOfFile = CurrentAddress + Size;
96 CurrentAddress = (EndOfSection + 3) & 0xfffffffffffffffcULL;
97 Section = (EFI_COMMON_SECTION_HEADER*)(UINTN) CurrentAddress;
    [all...]
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/
FindPeiCore.c 37 EFI_PHYSICAL_ADDRESS CurrentAddress;
48 CurrentAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) BootFirmwareVolumePtr;
49 EndOfFirmwareVolume = CurrentAddress + BootFirmwareVolumePtr->FvLength;
54 for (EndOfFile = CurrentAddress + BootFirmwareVolumePtr->HeaderLength; ; ) {
56 CurrentAddress = (EndOfFile + 7) & 0xfffffffffffffff8ULL;
57 if (CurrentAddress > EndOfFirmwareVolume) {
61 File = (EFI_FFS_FILE_HEADER*)(UINTN) CurrentAddress;
74 EndOfFile = CurrentAddress + Size;
96 CurrentAddress = (EndOfSection + 3) & 0xfffffffffffffffcULL;
97 Section = (EFI_COMMON_SECTION_HEADER*)(UINTN) CurrentAddress;
    [all...]
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/
FindPeiCore.c 37 EFI_PHYSICAL_ADDRESS CurrentAddress;
48 CurrentAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) BootFirmwareVolumePtr;
49 EndOfFirmwareVolume = CurrentAddress + BootFirmwareVolumePtr->FvLength;
54 for (EndOfFile = CurrentAddress + BootFirmwareVolumePtr->HeaderLength; ; ) {
56 CurrentAddress = (EndOfFile + 7) & 0xfffffffffffffff8ULL;
57 if (CurrentAddress > EndOfFirmwareVolume) {
61 File = (EFI_FFS_FILE_HEADER*)(UINTN) CurrentAddress;
74 EndOfFile = CurrentAddress + Size;
96 CurrentAddress = (EndOfSection + 3) & 0xfffffffffffffffcULL;
97 Section = (EFI_COMMON_SECTION_HEADER*)(UINTN) CurrentAddress;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/SecCore/
FindPeiCore.c 37 EFI_PHYSICAL_ADDRESS CurrentAddress;
48 CurrentAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) BootFirmwareVolumePtr;
49 EndOfFirmwareVolume = CurrentAddress + BootFirmwareVolumePtr->FvLength;
54 for (EndOfFile = CurrentAddress + BootFirmwareVolumePtr->HeaderLength; ; ) {
56 CurrentAddress = (EndOfFile + 7) & 0xfffffffffffffff8ULL;
57 if (CurrentAddress > EndOfFirmwareVolume) {
61 File = (EFI_FFS_FILE_HEADER*)(UINTN) CurrentAddress;
74 EndOfFile = CurrentAddress + Size;
96 CurrentAddress = (EndOfSection + 3) & 0xfffffffffffffffcULL;
97 Section = (EFI_COMMON_SECTION_HEADER*)(UINTN) CurrentAddress;
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/Devices/MvEeprom/
MvEeprom.c 135 UINT32 CurrentAddress = Address;
155 CurrentAddress = Address + Transmitted;
157 RequestPacket->Operation[0].Buffer[0] = (CurrentAddress >> 8) & 0xff;
158 RequestPacket->Operation[0].Buffer[1] = CurrentAddress & 0xff;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
GraphBuilder.cpp 164 uint64_t CurrentAddress = NextAddress;
184 Result.IntermediateNodes[CurrentAddress] = NextAddress;
188 CurrentAddress = NextAddress;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
UsbPeim.c 204 @param CurrentAddress The DeviceAddress of usb device.
215 IN UINT8 *CurrentAddress
330 NewPeiUsbDevice->Translator.TranslatorHubAddress = *CurrentAddress;
343 CurrentAddress
361 PeiHubEnumeration (PeiServices, NewPeiUsbDevice, CurrentAddress);
396 PeiHubEnumeration (PeiServices, NewPeiUsbDevice, CurrentAddress);
433 UINT8 CurrentAddress;
437 CurrentAddress = 0;
584 &CurrentAddress
602 PeiHubEnumeration (PeiServices, PeiUsbDevice, &CurrentAddress);
    [all...]
  /art/libelffile/dwarf/
debug_line_opcode_writer.h 205 uint64_t CurrentAddress() const {
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/
EblCmdLib.c 144 UINT8 *Ptr, *CurrentAddress;
160 CurrentAddress = Ptr;
162 AsciiPrint ("0x%08x: %a\n", CurrentAddress, Buffer);
  /device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
LegacyPlatform.c 251 UINTN CurrentAddress;
328 CurrentAddress = PCI_LIB_ADDRESS(Bus, Device, Function, 0);
329 if (CurrentAddress < SelectedAddress) {
330 SelectedAddress = CurrentAddress;
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Sec/
SecMain.c 156 EFI_PHYSICAL_ADDRESS CurrentAddress;
171 CurrentAddress = (EndOfSection + 3) & ~(3ULL);
172 if (CurrentAddress >= EndOfSections) {
176 Section = (EFI_COMMON_SECTION_HEADER*)(UINTN) CurrentAddress;
183 EndOfSection = CurrentAddress + Size;
258 EFI_PHYSICAL_ADDRESS CurrentAddress;
269 CurrentAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) Fv;
270 EndOfFirmwareVolume = CurrentAddress + Fv->FvLength;
275 for (EndOfFile = CurrentAddress + Fv->HeaderLength; ; ) {
277 CurrentAddress = (EndOfFile + 7) & ~(7ULL);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleNetwork/
SimpleNetwork.h 154 EFI_MAC_ADDRESS CurrentAddress;
547 This->Mode->CurrentAddress is used for the source HW MAC address.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SimpleNetwork.h 220 EFI_MAC_ADDRESS CurrentAddress;
564 This->Mode->CurrentAddress is used for the source HW MAC address.

Completed in 476 milliseconds