HomeSort by relevance Sort by last modified time
    Searched refs:DestAddress (Results 1 - 22 of 22) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbCmdBranch.c 137 CallStackEntry->DestAddress
139 FuncName = FindSymbolStr ((UINTN)CallStackEntry->DestAddress);
303 DebuggerPrivate->TraceEntry[Index].DestAddress,
EdbCommon.h 151 EFI_PHYSICAL_ADDRESS DestAddress;
167 EFI_PHYSICAL_ADDRESS DestAddress;
EdbHook.c 129 mDebuggerPrivate.CallStackEntry[mDebuggerPrivate.CallStackEntryCount].DestAddress = DestEntry;
142 mDebuggerPrivate.CallStackEntry[EFI_DEBUGGER_CALLSTACK_MAX - 1].DestAddress = DestEntry;
166 mDebuggerPrivate.CallStackEntry[mDebuggerPrivate.CallStackEntryCount].DestAddress = 0;
231 mDebuggerPrivate.TraceEntry[mDebuggerPrivate.TraceEntryCount].DestAddress = DestEntry;
241 mDebuggerPrivate.TraceEntry[EFI_DEBUGGER_CALLSTACK_MAX - 1].DestAddress = DestEntry;
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Icmp.c 235 EFI_IPv6_ADDRESS *DestAddress;
239 DestAddress = &Icmp.IpHead.DestinationAddress;
247 if (IP6_IS_MULTICAST (DestAddress)) {
248 RouteEntry = Ip6CreateRouteEntry (DestAddress, 128, NULL);
258 RouteEntry = Ip6FindRouteEntry (IpSb->RouteTable, DestAddress, NULL);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
PciRootBridge.c 445 IN UINT64 DestAddress,
462 if (DestAddress == SrcAddress) {
469 if ((DestAddress > SrcAddress) && (DestAddress < (SrcAddress + Count * Stride))) {
472 DestAddress = DestAddress + (Count-1) * Stride;
489 DestAddress,
498 DestAddress += Stride;
501 DestAddress -= Stride;
PciHostBridge.h 248 IN UINT64 DestAddress,
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
PcatPciRootBridgeIo.c 77 IN UINT64 DestAddress,
480 IN UINT64 DestAddress,
496 if (DestAddress == SrcAddress) {
503 if ((DestAddress > SrcAddress) && (DestAddress < (SrcAddress + Count * Stride))) {
506 DestAddress = DestAddress + (Count-1) * Stride;
523 DestAddress,
532 DestAddress += Stride;
535 DestAddress -= Stride;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/
PciRootBridgeIo.c 814 @param[in] DestAddress The destination address of the memory operation. The
815 caller is responsible for aligning the DestAddress if
821 moved is Width size * Count, starting at DestAddress
835 IN UINT64 DestAddress,
    [all...]
PciRootBridge.h 282 @param DestAddress - Destination address of the memory operation.
296 IN UINT64 DestAddress,
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciRootBridgeIo.c 676 IN UINT64 DestAddress,
691 DestAddress - Destination address of the memory operation.
713 if (DestAddress == SrcAddress) {
720 if ((DestAddress > SrcAddress) && (DestAddress < (SrcAddress + Count * Stride))) {
723 DestAddress = DestAddress + (Count - 1) * Stride;
741 DestAddress,
751 DestAddress += Stride;
754 DestAddress -= Stride;
    [all...]
PciRootBridge.h 345 IN UINT64 DestAddress,
360 DestAddress - Destination address of the memory operation.
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/PciHostBridgeDxe/
PciRootBridgeIo.c 257 @param[in] DestAddress The destination address of the memory operation. The caller is
258 responsible for aligning the DestAddress if required.
262 Width size * Count, starting at DestAddress and SrcAddress.
274 IN UINT64 DestAddress,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PciRootBridgeIo/
PciRootBridgeIo.h 127 IN UINT64 DestAddress,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
IpSecConfig.h 323 EFI_IP_ADDRESS DestAddress;
PciRootBridgeIo.h 197 @param DestAddress The destination address of the memory operation.
211 IN UINT64 DestAddress,
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
Indexer.c 147 Status = EfiInetAddr2 ((CHAR16 *) ValueStr, &Indexer->SaId.DestAddress);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
PciEmulation.h 167 IN UINT64 DestAddress,
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecImpl.h 329 @param[in] DestAddress The destination used to search the SAD entry.
338 IN EFI_IP_ADDRESS *DestAddress,
IpSecImpl.c 318 @param[in] DestAddress The destination address used to find the SAD entry.
327 IN EFI_IP_ADDRESS *DestAddress,
342 DestAddress,
357 @param[in] DestAddress The destination used to search the SAD entry.
366 IN EFI_IP_ADDRESS *DestAddress,
386 &DestAddress,
396 DestAddress,
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsFastISel.cpp     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Utility.c     [all...]

Completed in 598 milliseconds