HomeSort by relevance Sort by last modified time
    Searched refs:CurrentAddress (Results 1 - 25 of 52) sorted by null

1 2 3

  /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/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/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;
  /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...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
SimpleNetwork.c 54 &pMode->CurrentAddress.Addr[0]);
405 SrcAddr is NULL, then SimpleNetwork->Mode->CurrentAddress
916 CopyMem ( &pMode->CurrentAddress,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
Shutdown.c 141 &Snp->Mode.CurrentAddress,
ComponentName.c 271 Snp->Mode->CurrentAddress.Addr[Index]
Initialize.c 244 &Snp->Mode.CurrentAddress,
Station_address.c 71 &(Snp->Mode.CurrentAddress),
  /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/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/VirtioNetDxe/
DriverBinding.c 226 Status = VirtioNetGetFeatures (Dev, &Dev->Snm.CurrentAddress,
231 CopyMem (&Dev->Snm.PermanentAddress, &Dev->Snm.CurrentAddress,
488 CopyMem (&MacNode.MacAddress, &Dev->Snm.CurrentAddress,
SnpTransmit.c 42 SrcAddr is NULL, then This->Mode->CurrentAddress is used
136 (SrcAddr == NULL) ? &Dev->Snm.CurrentAddress : SrcAddr,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
ComponentName.c 153 SnpModeData.CurrentAddress.Addr[Index]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
SimpleNetwork.c     [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
Lan9118DxeUtil.c 437 if (CompareMem (&Snp->Mode->CurrentAddress, &mZeroMac, NET_ETHER_ADDR_LEN)) {
438 Lan9118SetMacAddress (&Snp->Mode->CurrentAddress, Snp);
444 CopyMem (&Snp->Mode->CurrentAddress, &DefaultMacAddress, NET_ETHER_ADDR_LEN);
448 Lan9118ReadMacAddress (&Snp->Mode->CurrentAddress);
449 CopyMem (&Snp->Mode->PermanentAddress, &Snp->Mode->CurrentAddress, NET_ETHER_ADDR_LEN);
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
BerkeleyPacketFilter.c 96 CopyMem (&Mode->CurrentAddress, &Private->MacAddress, sizeof (EFI_MAC_ADDRESS));
104 Mode->CurrentAddress.Addr[NET_ETHER_ADDR_LEN - 1]++;
311 CopyMem (&Temp32, &Private->Mode->CurrentAddress.Addr[0], sizeof (UINT32));
313 CopyMem (&Temp16, &Private->Mode->CurrentAddress.Addr[4], sizeof (UINT16));
804 This->Mode->CurrentAddress is used for the source HW MAC address.
846 SrcAddr = &Private->Mode->CurrentAddress;
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/SnpNt32Dxe/
SnpNt32.c 327 This->Mode->CurrentAddress is used for the source HW MAC address.
436 }, // CurrentAddress
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
Pp2Dxe.c 119 }, // CurrentAddress
346 CopyMem (DevAddr, Pp2Context->Snp.Mode->CurrentAddress.Addr, NET_ETHER_ADDR_LEN);
738 Ret = Mvpp2PrsMacDaAccept(Mvpp2Shared, Port->Id, Snp->Mode->CurrentAddress.Addr, FALSE);
745 CopyMem (Snp->Mode->CurrentAddress.Addr, Snp->Mode->PermanentAddress.Addr, NET_ETHER_ADDR_LEN);
752 CopyMem (Snp->Mode->CurrentAddress.Addr, NewMac->Addr, NET_ETHER_ADDR_LEN);
757 Ret = Mvpp2PrsMacDaAccept(Mvpp2Shared, Port->Id, Snp->Mode->CurrentAddress.Addr, TRUE);
911 CopyMem(DataPtr + NET_ETHER_ADDR_LEN, &This->Mode->CurrentAddress, NET_ETHER_ADDR_LEN);
1088 CopyMem (SnpMode->CurrentAddress.Addr, Pp2DevicePath->Pp2Mac.MacAddress.Addr, NET_ETHER_ADDR_LEN);
    [all...]
  /art/libelffile/dwarf/
debug_line_opcode_writer.h 205 uint64_t CurrentAddress() const {
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/EblNetworkLib/
EblNetworkLib.c 66 CopyMem (Mac, SimpleNet->Mode->CurrentAddress.Addr, sizeof (EFI_MAC_ADDRESS));
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
BiosSnp16.c 616 &SimpleNetworkDevice->SimpleNetworkMode.CurrentAddress,
672 DEBUG ((DEBUG_NET, "CurrentAddress = "));
674 DEBUG ((DEBUG_NET, "%02x ", SimpleNetworkDevice->SimpleNetworkMode.CurrentAddress.Addr[Index2]));
    [all...]

Completed in 2391 milliseconds

1 2 3