HomeSort by relevance Sort by last modified time
    Searched defs:Address (Results 276 - 300 of 377) sorted by null

<<111213141516

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
EmmcHci.h 127 UINT32 Address;
171 @param[in] Bar The mmio base address of the slot to be accessed.
186 @param[in] Bar The mmio base address of the slot to be accessed.
200 @param[in] Bar The mmio base address of the slot to be accessed.
219 @param[in] Bar The mmio base address of the slot to be accessed.
235 @param[in] Bar The mmio base address of the slot to be accessed.
297 @param[in] Lba The logical block address of starting access.
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
SdHci.h 127 UINT32 Address;
171 @param[in] Bar The mmio base address of the slot to be accessed.
186 @param[in] Bar The mmio base address of the slot to be accessed.
200 @param[in] Bar The mmio base address of the slot to be accessed.
219 @param[in] Bar The mmio base address of the slot to be accessed.
235 @param[in] Bar The mmio base address of the slot to be accessed.
281 @param[in] Lba The logical block address of starting access.
308 @param[in] Lba The logical block address of starting access.
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
MemoryProfile.h 163 PHYSICAL_ADDRESS Address;
236 @param[in] ImageBase Image base address.
261 @param[in] ImageBase Image base address.
321 @param[in] CallerAddress Address of caller.
325 @param[in] Buffer Buffer address.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbSymbol.c 24 @param Address - Symbol address
35 IN UINTN Address,
58 DEBUG ((DEBUG_ERROR, " Symbol: %a, Address: 0x%016lx (%d)\n", Name, (UINT64)Address, (UINTN)Type));
60 DEBUG ((DEBUG_ERROR, " Symbol: %a, Address: 0x%08x (%d)\n", Name, Address, (UINTN)Type));
70 Entry->Rva = Address % EFI_DEBUGGER_DEFAULT_LINK_IMAGEBASE;
115 Preferred load address is 10000000
131 Address Publics by Value Rva+Base Lib:Object
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
StatusCodeDataTypeId.h 535 /// The physical address of the error.
537 EFI_PHYSICAL_ADDRESS Address;
539 /// The range, in bytes, within which the error address can be determined.
618 /// with a start address and a length.
629 /// The starting address of the memory range.
782 /// The base address of the shadowed legacy ROM image. May or may not point to the shadow RAM area.
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
LegacyBiosMpTable.h 146 UINT32 Address;
237 // Entry Type 128: System Address Space Mapping.
276 // Entry Type 130: Compatibility Bus Address Space Modifier.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ip6.h 51 /// The EFI IPv6 Protocol instance handle that is using this address/prefix pair.
55 /// IPv6 address in network byte order.
74 /// The number of IPv6 address pairs that follow this data structure.
78 /// List of IPv6 address pairs that are currently in use.
167 /// hardware address or any protocol address. Set to FALSE to stop
172 /// The destination address of the packets that will be transmitted.
177 /// The station IPv6 address that will be assigned to this EFI IPv6
182 /// matches this IPv6 address exactly. The StationAddress is required
183 /// to be one of currently configured IPv6 addresses. An address
    [all...]
IpSecConfig.h 73 EFI_IP_ADDRESS Address; ///< The IPv4 or IPv6 address
74 UINT8 PrefixLength; ///< The length of the prefix associated with the Address.
230 /// Local tunnel address when IPsec mode is EfiIPsecTunnel.
234 /// Remote tunnel address when IPsec mode is EfiIPsecTunnel.
321 /// Destination IP address.
335 /// identifier for an IPsec Local or Remote address.
499 /// The tunnel header IP source address.
503 /// The tunnel header IP destination address.
512 /// IpAddress Pointer to the IPv4 or IPv6 address range.
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
Variable.c 117 @param[in] StartAddress Start address of data to access.
157 // Data pointer should point to the actual address where data is to be
309 @param[in] VarStoreAddress Start address of variable storage.
345 @param[in] VariableAddress Start address of variable header.
486 @param[in] VariableAddress Start address of variable header.
504 EFI_PHYSICAL_ADDRESS Address;
514 Address = VariableAddress + sizeof (AUTHENTICATED_VARIABLE_HEADER);
521 Address,
534 @param[in] VariableAddress Start address of variable header.
552 EFI_PHYSICAL_ADDRESS Address;
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/
TransferProtocol.h 196 UINT64 Address;
210 UINT64 Address;
221 UINT64 Address;
230 UINT64 Address;
365 BOOLEAN Positive; // TRUE to search in higher address memory
371 UINT64 Address; // -1 indicates not found
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 103 /// \brief Returns the address the GlobalVariable should be written into. The
277 uint64_t Address = 0;
281 Address = I->second;
282 return Address;
288 if (void* Address = (void *) getAddressToGlobalIfAvailable(S))
289 return Address;
585 llvm_unreachable("Global hasn't had an address allocated yet!");
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 149 // Expand jump table branches as address arithmetic followed by an
249 // Handle the various types of symbolic address.
558 case 'a': // Address register
602 case 'a': // Address register
680 case 'a': // Address register
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 47 // All possible address modes.
48 class Address {
64 // Innocuous defaults for our address.
65 Address() : Kind(RegBase), Offset(0), GV(0) { Base.Reg = 0; }
121 bool computeAddress(const Value *Obj, Address &Addr);
122 void materializeLoadStoreOperands(Address &Addr);
123 void addLoadStoreOperands(const Address &Addr, const MachineInstrBuilder &MIB,
179 bool WebAssemblyFastISel::computeAddress(const Value *Obj, Address &Addr) {
199 // address spaces.
230 Address SavedAddr = Addr
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 114 cl::opt<bool> NumericSort("numeric-sort", cl::desc("Sort symbols by address"));
129 cl::desc("Show symbol size instead of address"));
241 uint64_t Address;
252 return std::make_tuple(ADefined, A.Address, A.Name, A.Size) <
253 std::make_tuple(BDefined, B.Address, B.Name, B.Size);
257 return std::make_tuple(A.Size, A.Name, A.Address) <
258 std::make_tuple(B.Size, B.Name, B.Address);
262 return std::make_tuple(A.Name, A.Size, A.Address) <
263 std::make_tuple(B.Name, B.Size, B.Address);
687 format(printFormat, I->Address)
    [all...]
  /external/mesa3d/src/glx/
glxcmds.c     [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 1097 __GLXextFuncPtr Address;
1239 * Return address of named glX function, or NULL if not found.
1252 return GLX_functions[i].Address;
  /external/python/cpython3/Modules/
overlapped.c 170 "GetQueuedCompletionStatus(port, msecs) -> (err, bytes, key, address)\n\n"
206 "PostQueuedCompletionStatus(port, bytes, key, address) -> None\n\n"
1084 parse_address(PyObject *obj, SOCKADDR *Address, int Length)
1091 memset(Address, 0, Length);
1095 Address->sa_family = AF_INET;
1096 if (WSAStringToAddressW(Host, AF_INET, NULL, Address, &Length) < 0) {
1100 ((SOCKADDR_IN*)Address)->sin_port = htons(Port);
1108 Address->sa_family = AF_INET6;
1109 if (WSAStringToAddressW(Host, AF_INET6, NULL, Address, &Length) < 0) {
1113 ((SOCKADDR_IN6*)Address)->sin6_port = htons(Port)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp 527 const Value *Address = DI->getAddress();
528 if (!Address || isa<UndefValue>(Address) || isa<AllocaInst>(Address))
533 if (const Argument *Arg = dyn_cast<Argument>(Address)) {
540 Reg = getRegForValue(Address);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 106 /// Returns the address the GlobalVariable should be written into. The
280 uint64_t Address = 0;
284 Address = I->second;
285 return Address;
291 if (void* Address = (void *) getAddressToGlobalIfAvailable(S))
292 return Address;
588 llvm_unreachable("Global hasn't had an address allocated yet!");
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 119 // This assumes the address passed in matches the target address bitness
131 // This assumes the address passed in matches the target address bitness
172 // This assumes that the address passed in matches the target address
346 // reach any 32 bit address.
667 llvm_unreachable("Attempting to get address of ODP entry!");
900 // SectionEntry::Address is the address at which the section has been loade
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600InstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 47 // All possible address modes.
48 class Address {
64 // Innocuous defaults for our address.
65 Address() : Kind(RegBase), Offset(0), GV(0) { Base.Reg = 0; }
146 bool computeAddress(const Value *Obj, Address &Addr);
147 void materializeLoadStoreOperands(Address &Addr);
148 void addLoadStoreOperands(const Address &Addr, const MachineInstrBuilder &MIB,
204 bool WebAssemblyFastISel::computeAddress(const Value *Obj, Address &Addr) {
224 // address spaces.
255 Address SavedAddr = Addr
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/
llvm-nm.cpp 115 cl::opt<bool> NumericSort("numeric-sort", cl::desc("Sort symbols by address"));
134 cl::desc("Show symbol size instead of address"));
257 uint64_t Address;
287 return std::make_tuple(ADefined, A.Address, A.Name, A.Size) <
288 std::make_tuple(BDefined, B.Address, B.Name, B.Size);
292 return std::make_tuple(A.Size, A.Name, A.Address) <
293 std::make_tuple(B.Size, B.Name, B.Address);
297 return std::make_tuple(A.Name, A.Size, A.Address) <
298 std::make_tuple(B.Name, B.Size, B.Address);
377 NValue = I->Address;
    [all...]

Completed in 1653 milliseconds

<<111213141516