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

<<111213141516

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
MemoryAttributesTable.c 131 UINT64 Address;
133 Address = 0;
138 if (Address != 0) {
139 ASSERT (Address == MemoryMap->PhysicalStart);
141 Address = MemoryMap->PhysicalStart + EfiPagesToSize(MemoryMap->NumberOfPages);
293 @param[in] Buffer Start Address
294 @param[in] Length Address length
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDhcp4.h 58 // <IP address, IP expressed URI>
62 // <IP address, IP expressed URI, Name-server>
66 // <IP address, Domain-name expressed URI, Name-server>
70 // <IP address, Name-server>
74 // <IP address>
88 // <IP address, Domain-name expressed URI>
201 EFI_IP_ADDRESS Address;
224 Start the D.O.R.A DHCPv4 process to acquire the IPv4 address and other Http boot information.
242 @param[in] DnsServerData Point a list of DNS server address in an array
246 @retval Others Failed to configure the address.
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6ConfigNv.c 132 Convert the IPv6 address into a formatted string.
134 @param[in] Ip6 The IPv6 address.
177 // :: is at the end of the address.
415 This function converts the different format of address list to string format and
416 then generates the corresponding text opcode to illustarate the address info in
426 @param[in] AddressType The address type.
427 @param[in] AddressInfo Pointer to the address list.
428 @param[in] AddressCount The address count of the address list.
457 EFI_IPv6_ADDRESS *Address;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalPasswordSmm.c 226 @retval - PCIE base address of this RootPort
275 @param[in] RpBase - PCIe configuration space address of this RootPort
277 @param[in] MemoryBase - Memory base address
568 UINT64 Address;
618 Offset = HcRegisterSaveListPtr[Index].Address;
636 Address = S3_BOOT_SCRIPT_LIB_PCI_ADDRESS (Bus, Device, Function, Offset);
637 Status = S3BootScriptSavePciCfgWrite (Width, Address, 1, &Data);
715 EFI_PHYSICAL_ADDRESS Address;
749 Address = 0xFFFFFFFF;
754 &Address
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
Ifconfig6.c 330 Print MAC address.
332 @param[in] Node The pointer of MAC address buffer.
333 @param[in] Size The size of MAC address buffer.
357 Print IPv6 address.
382 // :: is at the beginning of the address.
399 // :: is at the end of the address.
421 Pick up host IPv6 address in string format from Args with "-s" option and convert it to EFI_IP6_CONFIG_MANUAL_ADDRESS format.
423 @param[in, out] Arg The pointer of the address of ARG_LIST which save Args with the "-s" option.
424 @param[out] Buf The pointer of the address of EFI_IP6_CONFIG_MANUAL_ADDRESS.
428 @retval Others Does't find the host address, or it is an invalid IPv6 address in string format.
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
SmmProfile.c 155 @param DestinationIP The destination address.
248 Check if the memory address will be mapped by 4KB-page.
250 @param Address The address of Memory.
256 IN EFI_PHYSICAL_ADDRESS Address,
268 if ((Address >= mProtectionMemRange[Index].Range.Base) && (Address < mProtectionMemRange[Index].Range.Top)) {
277 if ((Address < mCpuHotPlugData.SmrrBase) ||
278 (Address >= mCpuHotPlugData.SmrrBase + mCpuHotPlugData.SmrrSize)) {
286 Check if the memory address will be mapped by 4KB-page.
    [all...]
  /external/llvm/include/llvm/Object/
MachO.h 63 uint64_t address() const;
86 uint64_t Address;
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 218 // In fact, different compile units may have different address byte
219 // sizes, but for simplicity we just use the address byte size of the last
220 // compile unit (there is no easy and fast way to associate address range
325 // assume all compile units have the same address byte size
354 // There's a "bug" in the DWARFv3 standard with respect to the target address
356 // of its container, FDEs have fields with size being "target address size",
447 DWARFCompileUnit *DWARFContext::getCompileUnitForAddress(uint64_t Address) {
449 uint32_t CUOffset = getDebugAranges()->findAddress(Address);
454 static bool getFunctionNameForAddress(DWARFCompileUnit *CU, uint64_t Address,
459 // The address may correspond to instruction in some inlined function
    [all...]
  /external/llvm/lib/MC/
MachObjectWriter.cpp 94 uint64_t Address = Target.getConstant();
96 Address += getSymbolAddress(Target.getSymA()->getSymbol(), Layout);
98 Address += getSymbolAddress(Target.getSymB()->getSymbol(), Layout);
99 return Address;
219 write64(VMAddr); // address
222 write32(VMAddr); // address
327 uint64_t Address = 0;
361 // Compute the symbol address.
363 Address = AliaseeInfo->StringIndex;
365 Address = getSymbolAddress(OrigSymbol, Layout)
    [all...]
  /external/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 330 Address = Section.getAddress();
335 if (Pointer < Address)
337 auto Offset = Pointer - Address;
340 return Data.substr(Pointer - Address, Size);
562 uint64_t Address =
569 if (Error E = ProfileNames.create(Data.substr(0, ProfileNamesSize), Address))
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 321 static uint64_t PREL31(uint32_t Address, uint32_t Place) {
322 uint64_t Location = Address & 0x7fffffff;
328 ErrorOr<StringRef> FunctionAtAddress(unsigned Section, uint64_t Address) const;
351 uint64_t Address) const {
357 if (Sym.st_shndx == Section && Sym.st_value == Address &&
465 uint64_t Address = PREL31(Word, EHT->sh_addr);
466 SW.printHex("PersonalityRoutineAddress", Address);
467 if (ErrorOr<StringRef> Name = FunctionAtAddress(EHT->sh_link, Address))
MachODumper.cpp 257 uint64_t Address;
309 Section.Address = Sect.addr;
321 Section.Address = Sect.addr;
455 W.printHex("Address", MOSection.Address);
573 // reason, even if one exists in the symtab at the correct address.
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 210 // that address in hex.
212 int64_t Address;
213 if (BranchTarget && BranchTarget->EvaluateAsAbsolute(Address)) {
215 O.write_hex(Address);
944 assert(MO2.getReg() && "Invalid so_reg load / store address!");
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 50 // Version, address size, and DWARF format.
225 /// Represents base address of the CU.
227 uint64_t Address;
285 /// Map from range's start address to end address and corresponding DIE.
287 /// std::map::upper_bound for address range lookup.
357 /// Recursively update address to Die map.
452 /// Return a vector of address ranges resulting from a (possibly encoded)
456 /// Return a vector of address ranges retrieved from an encoded range
472 /// Returns subprogram DIE with address range encompassing the provide
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
MachO.h 79 uint64_t address() const;
104 uint64_t Address = 0;
131 // address() methods below.
145 uint64_t address(uint32_t SegIndex, uint64_t SegOffset);
149 uint64_t Address;
180 uint64_t address() const;
231 uint64_t address() const;
461 /// Rebase entry to get the address.
463 return BindRebaseSectionTable->address(SegIndex, SegOffset);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWARFYAML.h 62 llvm::yaml::Hex64 Address;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 51 /// Address - address in the linker's memory where the section resides.
52 uint8_t *Address;
57 /// LoadAddress - the address of the section in the target process's memory.
58 /// Used for situations in which JIT-ed code is being executed in the address
59 /// space of a separate process. If the code executes in the same address
60 /// space where it was JIT-ed, this just equals Address.
71 /// ObjAddress - address of the section in the in-memory object file. Used
76 SectionEntry(StringRef name, uint8_t *address, size_t size,
78 : Name(name), Address(address), Size(size)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MachObjectWriter.cpp 107 uint64_t Address = Target.getConstant();
109 Address += getSymbolAddress(Target.getSymA()->getSymbol(), Layout);
111 Address += getSymbolAddress(Target.getSymB()->getSymbol(), Layout);
112 return Address;
236 W.write<uint64_t>(VMAddr); // address
239 W.write<uint32_t>(VMAddr); // address
344 uint64_t Address = 0;
378 // Compute the symbol address.
380 Address = AliaseeInfo->StringIndex;
382 Address = getSymbolAddress(OrigSymbol, Layout)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 338 static uint64_t PREL31(uint32_t Address, uint32_t Place) {
339 uint64_t Location = Address & 0x7fffffff;
345 ErrorOr<StringRef> FunctionAtAddress(unsigned Section, uint64_t Address) const;
368 uint64_t Address) const {
375 if (Sym.st_shndx == Section && Sym.st_value == Address &&
484 uint64_t Address = PREL31(Word, EHT->sh_addr);
485 SW.printHex("PersonalityRoutineAddress", Address);
486 if (ErrorOr<StringRef> Name = FunctionAtAddress(EHT->sh_link, Address))
  /external/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.h 216 friend class Address;
248 class Address : public ValueObject {
268 Address(const Address& other)
272 Address& operator=(const Address& other) {
278 bool Equals(const Address& other) const {
285 explicit Address(Register rn, int32_t offset = 0, Mode am = Offset) {
299 Address(Register rn, Register r, Mode am);
301 Address(Register rn, Register rm
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
ACPI.c 35 UINT64 Address;
162 @return Table address or NULL if not found
209 @return Table address or NULL if not found
251 // The entry is actually a 32-bit physical table address
278 @param [in] pPort The WSDT_PORT structure address
279 @param [in] pName Address of a zero terminated name string
281 @param [in] pChar Address of the first character
394 @param [in] pPort The WSDT_PORT structure address
397 @param [in] pData Address of the byte array
489 @param [in] pPort The WSDT_PORT structure address
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenVtf/
GenVtf.c 70 // Address related information
571 IN UINT64 Address,
579 This function checks for the address alignmnet for specified data boundary. In
580 case the address is not aligned, it returns FALSE and the amount of data in
586 Address - The address of the flash map space
587 RelativeAddress - The relative address of the Buffer
601 TempAddress = Fv1EndAddress - Address;
605 TempAddress = Fv2EndAddress - Address;
655 IN UINT64 Address,
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
BiosVideo.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
LegacyBiosMpTable.h 141 UINT32 Address;
230 // Entry Type 128: System Address Space Mapping.
267 // Entry Type 130: Compatibility Bus Address Space Modifier.
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
BiosVideo.c     [all...]

Completed in 1131 milliseconds

<<111213141516