| /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
| LegacySio.c | 48 UINT16 Address;
80 Address = MAX_UINT16;
86 // Get the base address information from ACPI resource descriptor.
92 Address = IoResource->BaseAddressMin;
97 Address = FixedIoResource->BaseAddress;
127 DEBUG ((EFI_D_INFO, "LegacySio: Address/Dma/Irq = %x/%d/%d\n", Address, Dma, Irq));
153 if (Acpi->UID < 4 && Address != MAX_UINT16 && Irq != MAX_UINT8) {
171 SioSerial->Address = Address;
[all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
| UsbEnumer.c | 22 @param EpAddr The address of the endpoint to return.
233 Device->ParentAddr = ParentIf->Device->Address;
404 ConfigValue, Device->Address));
569 if ((Child == NULL) || (Child->ParentAddr != Device->Address)) {
591 DEBUG (( EFI_D_INFO, "UsbRemoveDevice: device %d removed\n", Device->Address));
593 ASSERT (Device->Address < Bus->MaxDevices);
594 Bus->Devices[Device->Address] = NULL;
597 Bus->Devices[Device->Address]->DisconnectFail = TRUE;
630 if ((Device != NULL) && (Device->ParentAddr == HubIf->Device->Address) &&
665 UINTN Address;
[all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/ |
| BootGraphicsResourceTableDxe.c | 87 0, // Image Address
230 Allocate EfiBootServicesData below 4G memory address.
232 This function allocates EfiBootServicesData below 4G memory address.
236 @return Allocated address for output.
245 EFI_PHYSICAL_ADDRESS Address;
250 Address = 0xffffffff;
256 &Address
260 Buffer = (VOID *) (UINTN) Address;
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/X64/ |
| X64Entry.c | 116 UINTN Address;
118 Address = PageFaultContext->PageFaultBuffer + EFI_PAGES_TO_SIZE (PageFaultContext->PageFaultIndex);
119 ZeroMem ((VOID *) Address, EFI_PAGES_TO_SIZE (1));
124 if ((PageFaultContext->PageFaultUplink[PageFaultContext->PageFaultIndex] != NULL) && ((*PageFaultContext->PageFaultUplink[PageFaultContext->PageFaultIndex] & PageFaultContext->PhyMask) == Address)) {
131 *Uplink = Address | IA32_PG_P | IA32_PG_RW;
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/ |
| EdbCmdMemory.c | 22 @param Address - Memory Address
30 IN UINTN Address,
44 CopyMem (&Data8, (VOID *)Address, sizeof(UINT8));
48 CopyMem (&Data16, (VOID *)Address, sizeof(UINT16));
52 CopyMem (&Data32, (VOID *)Address, sizeof(UINT32));
56 CopyMem (&Data64, (VOID *)Address, sizeof(UINT64));
74 @param Address - Memory Address
81 IN UINTN Address,
[all...] |
| EdbCmdSymbol.c | 130 Find the symbol accroding to address and display symbol.
132 @param Address - SymbolAddress
140 IN UINTN Address,
149 // Find the nearest symbol address
151 CandidateAddress = EbdFindSymbolAddress (Address, EdbMatchSymbolTypeNearestAddress, &Object, &Entry);
153 EDBPrint (L"Symbole at Address not found!\n");
155 } else if (Address != CandidateAddress) {
156 EDBPrint (L"Symbole at Address not found, print nearest one!\n");
164 EDBPrint (L" Address Type Symbol\n");
174 EDBPrint (L" Address Type Symbol\n"); [all...] |
| EdbHook.c | 44 It will record soruce address for Callstack entry.
46 @param SourceEntry - Source address
77 @param ParameterAddress - The address for the parameter
110 It will record source address for callstack entry.
112 @param DestEntry - Source address
181 It will record source address for trace entry.
183 @param SourceEntry - Source address
212 It will record destination address for trace entry.
214 @param DestEntry - Destination address
250 It will record address for StepEntry, if STEPOVER or STEPOUT is enabled. [all...] |
| /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
| Ip4Config2.h | 97 /// The size, in bytes, of the network interface's hardware address.
101 /// The hardware address for the network interface.
105 /// The station IPv4 address of this EFI IPv4 network stack.
109 /// The subnet address mask that is associated with the station address.
132 /// required configuration such as IPv4 address, subnet mask and
151 /// The IPv4 unicast address.
153 EFI_IPv4_ADDRESS Address;
170 asynchronous process is invoked to check the correctness of the data, such as doing address conflict
171 detection on the manually set local IPv4 address. EFI_NOT_READY is returned immediately to [all...] |
| /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
| Ip6Common.h | 65 EFI_IPv6_ADDRESS *Address;
76 only the address count is returned.
84 @retval EFI_SUCCESS The address array is successfully build
85 @retval EFI_OUT_OF_RESOURCES Failed to allocate the memory for the address info.
106 @param[out] Ip6Addr The generated multicast address.
109 @retval EFI_SUCCESS The address is generated.
120 This function converts MAC address to 64 bits interface ID according to RFC4291
121 and returns the interface ID. Currently only 48-bit MAC address is supported by
136 This function creates link-local address from interface identifier. The
137 interface identifier is normally created from MAC address. It might be manually [all...] |
| Ip6If.h | 84 EFI_IPv6_ADDRESS Address;
108 // IP address and prefix length of the interface. The fileds
148 @param[in] LinkLocal If TRUE, the instance is created for link-local address.
149 Otherwise, it is not for a link-local address.
222 Send a frame from the interface. If the next hop is multicast address,
224 and the NextHop's MAC is not known, it will perform address resolution.
|
| /device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/ |
| QemuFwCfgAcpi.c | 140 EFI_PHYSICAL_ADDRESS Address;
162 Address = 0xFFFFFFFF;
164 &Address);
176 Blob->Base = (VOID *)(UINTN)Address;
194 "Address=0x%Lx\n", __FUNCTION__, Allocate->File, Allocate->Alignment,
202 gBS->FreePages (Address, NumPages);
274 // The memory allocation system ensures that the address of the byte past the
|
| /device/linaro/bootloader/edk2/OvmfPkg/EmuVariableFvbRuntimeDxe/ |
| Fvb.c | 41 // Virtual Address Change Event
96 It converts pointer to new virtual address.
118 The GetPhysicalAddress() function retrieves the base address of
124 @param Address Pointer to a caller-allocated
127 base address of the firmware volume.
129 @retval EFI_SUCCESS The firmware volume base address is returned.
138 OUT EFI_PHYSICAL_ADDRESS *Address
145 *Address = (EFI_PHYSICAL_ADDRESS)(UINTN) FvbDevice->BufferPtr;
172 @retval EFI_SUCCESS The firmware volume base address is returned.
805 EFI_PHYSICAL_ADDRESS Address;
[all...] |
| /device/linaro/bootloader/edk2/PcAtChipsetPkg/Include/Register/ |
| Hpet.h | 99 UINT32 Address:32;
|
| /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/Generic/ |
| Recovery.c | 140 EFI_PHYSICAL_ADDRESS Address;
244 Address = (UINTN) AllocatePages ((RecoveryCapsuleSize - 1) / 0x1000 + 1);
245 ASSERT (Address);
247 Buffer = (UINT8 *) (UINTN) Address;
|
| /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/ |
| OpalPasswordSmm.h | 78 UINT32 Address;
|
| /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/ |
| DxeDebugAgentLib.c | 56 EFI_PHYSICAL_ADDRESS Address;
92 Address = 0;
97 &Address
106 NewMailbox = (DEBUG_AGENT_MAILBOX *) (UINTN) Address;
268 // Get original IDT address and size.
|
| /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgent/ |
| SecPeiDebugAgentLib.c | 252 @param[in] NotifyDescriptor Address of the notification descriptor data structure.
253 @param[in] Ppi Address of the PPI that was installed.
269 EFI_PHYSICAL_ADDRESS Address;
284 &Address
287 NewMailbox = (DEBUG_AGENT_MAILBOX *) (UINTN) Address;
377 EFI_PHYSICAL_ADDRESS Address;
445 // Fix up Debug Port handle address and mailbox address
454 // Build mailbox location in HOB and fix-up its address
470 &Address
[all...] |
| /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/ |
| MicrocodeUpdate.h | 69 UINT64 Address;
116 @param[out] MicrocodePatchAddress The address of Microcode
|
| /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/ |
| FvbSmmCommon.h | 64 EFI_PHYSICAL_ADDRESS Address;
|
| /external/google-breakpad/src/common/dwarf/ |
| cfi_assembler.h | 62 // to various base address: the start of the .text section, the 63 // location holding the address itself, and so on. These allow the 80 // The starting address of this CFI section in memory, for 82 // that has is loaded into the program's address space. 85 // The starting address of this file's .text section, for DW_EH_PE_textrel. 88 // The starting address of this file's .got or .eh_frame_hdr section, 108 // Return this CFISection's address size. 172 // Append ADDRESS to this section, in the appropriate size and 174 CFISection &Address(uint64_t address) { 175 Section::Append(endianness(), address_size_, address); local 179 Section::Append(endianness(), address_size_, address); local [all...] |
| /external/libnl/python/netlink/route/ |
| address.py | 14 'Address'] 33 # Using ifindex=0 here implies that the local address itself 46 return Address._from_capi(addr) 50 return Address(obj) 56 class Address(netlink.Object): 57 """Network address""" 60 netlink.Object.__init__(self, 'route/addr', 'address', obj) 74 # 2. address family 75 # 3. local address (including prefixlen) 87 return Address(obj [all...] |
| /external/llvm/include/llvm/ExecutionEngine/ |
| RuntimeDyld.h | 58 // Change the address associated with a section when resolving relocations. 66 SymbolInfo(std::nullptr_t) : JITSymbolBase(JITSymbolFlags::None), Address(0) {} 67 SymbolInfo(uint64_t Address, JITSymbolFlags Flags) 68 : JITSymbolBase(Flags), Address(Address) {} 69 explicit operator bool() const { return Address != 0; } 70 uint64_t getAddress() const { return Address; } 72 uint64_t Address; 153 /// \p Addr parameter provides the local address of the EH frame section 154 /// data, while \p LoadAddr provides the address of the data in the targe [all...] |
| /external/llvm/lib/DebugInfo/DWARF/ |
| DWARFFormValue.cpp | 302 // Compile unit address sized values 378 OS << format(" indexed (%8.8x) address = ", (uint32_t)uvalue); 379 uint64_t Address; 380 if (cu->getAddrOffsetSectionItem(uvalue, Address)) 381 OS << format("0x%016" PRIx64, Address); 489 WithColor(OS, syntax::Address).get()
|
| /external/llvm/lib/Target/AMDGPU/ |
| R600EmitClauseMarkers.cpp | 39 int Address; 283 .addImm(Address++) // ADDR 297 R600EmitClauseMarkers() : MachineFunctionPass(ID), TII(nullptr), Address(0) {
|
| /external/llvm/tools/dsymutil/ |
| DebugMap.cpp | 80 DebugMapObject::lookupObjectAddress(uint64_t Address) const { 81 auto Mapping = AddressToMapping.find(Address); 230 uint64_t Address = Sym.getValue(); 239 SymbolAddresses[*Name] = Address;
|