HomeSort by relevance Sort by last modified time
    Searched defs:CurrentAddress (Results 1 - 17 of 17) 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/Platforms/TexasInstruments/BeagleBoard/Library/EblCmdLib/
EblCmdLib.c 136 UINT8 *Ptr, *CurrentAddress;
152 CurrentAddress = Ptr;
154 AsciiPrint ("0x%08x: %a\n", CurrentAddress, Buffer);
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Library/EblCmdLib/
EblCmdLib.c 136 UINT8 *Ptr, *CurrentAddress;
152 CurrentAddress = Ptr;
154 AsciiPrint ("0x%08x: %a\n", CurrentAddress, Buffer);
  /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/compiler/debug/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 155 EFI_PHYSICAL_ADDRESS CurrentAddress;
170 CurrentAddress = (EndOfSection + 3) & ~(3ULL);
171 if (CurrentAddress >= EndOfSections) {
175 Section = (EFI_COMMON_SECTION_HEADER*)(UINTN) CurrentAddress;
182 EndOfSection = CurrentAddress + Size;
257 EFI_PHYSICAL_ADDRESS CurrentAddress;
268 CurrentAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) Fv;
269 EndOfFirmwareVolume = CurrentAddress + Fv->FvLength;
274 for (EndOfFile = CurrentAddress + Fv->HeaderLength; ; ) {
276 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 201 EFI_MAC_ADDRESS CurrentAddress;
545 This->Mode->CurrentAddress is used for the source HW MAC address.
  /external/syslinux/efi32/include/efi/
efinet.h 155 EFI_MAC_ADDRESS CurrentAddress;
  /external/syslinux/efi64/include/efi/
efinet.h 155 EFI_MAC_ADDRESS CurrentAddress;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efinet.h 155 EFI_MAC_ADDRESS CurrentAddress;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
SimpleNetwork.h 153 EFI_MAC_ADDRESS CurrentAddress;
476 This->Mode->CurrentAddress is used for the source HW MAC address.

Completed in 785 milliseconds